Packages

package handlers

Linear Supertypes
AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. handlers
  2. AnyRef
  3. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Type Members

  1. sealed trait GatewayException extends Exception
  2. abstract class GrpcGatewayHandler extends ChannelInboundHandlerAdapter
    Annotations
    @Sharable()
  3. case class InvalidArgument(details: String) extends Exception with GatewayException with Product with Serializable
  4. class MethodNotFoundHandler extends ChannelInboundHandlerAdapter
  5. class SwaggerHandler extends ChannelInboundHandlerAdapter
    Annotations
    @Sharable()

Value Members

  1. val GRPC_HTTP_CODE_MAP: Map[Int, HttpResponseStatus]
  2. def buildFullHttpResponse(requestMsg: HttpMessage, responseBody: String, responseStatus: HttpResponseStatus, responseContentType: String): FullHttpResponse
  3. def jsonException2GatewayExceptionPF[U]: PartialFunction[Throwable, Try[U]]
  4. object SwaggerHandler

Inherited from AnyRef

Inherited from Any

Ungrouped