package handlers
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- handlers
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- Protected
Type Members
- sealed trait GatewayException extends Exception
- abstract class GrpcGatewayHandler extends ChannelInboundHandlerAdapter
- Annotations
- @Sharable()
- case class InvalidArgument(details: String) extends Exception with GatewayException with Product with Serializable
- class MethodNotFoundHandler extends ChannelInboundHandlerAdapter
- class SwaggerHandler extends ChannelInboundHandlerAdapter
- Annotations
- @Sharable()
Value Members
- val GRPC_HTTP_CODE_MAP: Map[Int, HttpResponseStatus]
- def buildFullHttpResponse(requestMsg: HttpMessage, responseBody: String, responseStatus: HttpResponseStatus, responseContentType: String): FullHttpResponse
- def jsonException2GatewayExceptionPF[U]: PartialFunction[Throwable, Try[U]]
- object SwaggerHandler