MethodNotFoundHandler

com.improving.grpc_rest_gateway.runtime.handlers.MethodNotFoundHandler
class MethodNotFoundHandler extends ChannelInboundHandlerAdapter

Attributes

Graph
Supertypes
class ChannelInboundHandlerAdapter
trait ChannelInboundHandler
class ChannelHandlerAdapter
trait ChannelHandler
class Object
trait Matchable
class Any
Show all

Members list

Value members

Concrete methods

override def channelRead(ctx: ChannelHandlerContext, msg: Any): Unit

Attributes

Definition Classes
ChannelInboundHandlerAdapter -> ChannelInboundHandler

Inherited methods

def channelActive(x$0: ChannelHandlerContext): Unit

Attributes

Inherited from:
ChannelInboundHandlerAdapter
def channelInactive(x$0: ChannelHandlerContext): Unit

Attributes

Inherited from:
ChannelInboundHandlerAdapter
def channelReadComplete(x$0: ChannelHandlerContext): Unit

Attributes

Inherited from:
ChannelInboundHandlerAdapter
def channelRegistered(x$0: ChannelHandlerContext): Unit

Attributes

Inherited from:
ChannelInboundHandlerAdapter
def channelUnregistered(x$0: ChannelHandlerContext): Unit

Attributes

Inherited from:
ChannelInboundHandlerAdapter
def channelWritabilityChanged(x$0: ChannelHandlerContext): Unit

Attributes

Inherited from:
ChannelInboundHandlerAdapter
def exceptionCaught(x$0: ChannelHandlerContext, x$1: Throwable): Unit

Attributes

Inherited from:
ChannelInboundHandlerAdapter
def handlerAdded(x$0: ChannelHandlerContext): Unit

Attributes

Inherited from:
ChannelHandlerAdapter
def handlerRemoved(x$0: ChannelHandlerContext): Unit

Attributes

Inherited from:
ChannelHandlerAdapter
def isSharable(): Boolean

Attributes

Inherited from:
ChannelHandlerAdapter
def userEventTriggered(x$0: ChannelHandlerContext, x$1: <FromJavaObject>): Unit

Attributes

Inherited from:
ChannelInboundHandlerAdapter