Search Java Classes and Packages

Search Java Frameworks and Libraries

255581 classes and counting ...
Search Tips Index Status



#Io.netty.channel.Channel Classes and Interfaces - 33 results found.
NameDescriptionTypePackageFramework
ChannelA nexus to a network socket or a component which is capable of I/Ooperations such as read, write, connect, and bind.Interfaceio.netty.channelNetty
Channel .UnsafeUnsafe operations that should never be called from user-code.Interfaceio.netty.channel.ChannelNetty
ChannelConfigA set of configuration properties of a Channel.Interfaceio.netty.channelNetty
ChannelDuplexHandlerClassio.netty.channelNetty
ChannelExceptionA RuntimeException which is thrown when an I/O operation fails.Classio.netty.channelNetty
ChannelFactoryCreates a new Channel.Interfaceio.netty.channelNetty
ChannelFlushPromiseNotifierThis implementation allows to register ChannelFuture instances which will get notified once some amount ofdata was written and so a checkpoint was reached.Classio.netty.channelNetty
ChannelFutureThe result of an asynchronous Channel I/O operation.Interfaceio.netty.channelNetty
ChannelFutureListenerListens to the result of a ChannelFuture.Interfaceio.netty.channelNetty
ChannelHandlerHandles an I/O event or intercepts an I/O operation, and forwards it to its next handler inits ChannelPipeline.Interfaceio.netty.channelNetty
ChannelHandler .SharableIndicates that the same instance of the annotated ChannelHandlercan be added to one or more ChannelPipelines multiple timesClassio.netty.channel.ChannelHandlerNetty
ChannelHandler .SkipIndicates that the annotated event handler method in ChannelHandler will not be invoked byChannelPipeline.Classio.netty.channel.ChannelHandlerNetty
ChannelHandlerAdapterSkelton implementation of a ChannelHandler.Classio.netty.channelNetty
ChannelHandlerAppenderA ChannelHandler that appends the specified ChannelHandlers right next to itself.Classio.netty.channelNetty
ChannelHandlerContextEnables a ChannelHandler to interact with its ChannelPipelineand other handlers.Interfaceio.netty.channelNetty
ChannelHandlerInvokerInvokes the event handler methods of ChannelHandler.Interfaceio.netty.channelNetty
ChannelHandlerInvokerUtilA set of helper methods for easier implementation of custom ChannelHandlerInvoker implementation.Classio.netty.channelNetty
ChannelIdRepresents the globally unique identifier of a Channel.Interfaceio.netty.channelNetty
ChannelInboundHandlerAdapterClassio.netty.channelNetty
ChannelInitializerA special ChannelHandler which offers an easy way to initialize a Channel once it wasregistered to its EventLoop.Classio.netty.channelNetty
ChannelMetadataRepresents the properties of a Channel implementation.Classio.netty.channelNetty
ChannelOptionClassio.netty.channelNetty
ChannelOutboundBuffer(Transport implementors only) an internal data structure used by AbstractChannel to store its pendingoutbound write requests.Classio.netty.channelNetty
ChannelOutboundBuffer .MessageProcessorInterfaceio.netty.channel.ChannelOutboundBufferNetty
ChannelOutboundHandlerAdapterClassio.netty.channelNetty
ChannelPipelineA list of ChannelHandlers which handles or intercepts inbound events and outbound operations of aChannel.Interfaceio.netty.channelNetty
ChannelPipelineExceptionA ChannelException which is thrown when a ChannelPipelinefailed to execute an operation.Classio.netty.channelNetty
ChannelProgressiveFutureInterfaceio.netty.channelNetty
ChannelProgressiveFutureListenerInterfaceio.netty.channelNetty
ChannelProgressivePromiseSpecial ChannelPromise which will be notified once the associated bytes is transferring.Interfaceio.netty.channelNetty
ChannelPromiseSpecial ChannelFuture which is writable.Interfaceio.netty.channelNetty
ChannelPromiseAggregatorClass which is used to consolidate multiple channel futures into one, bylistening to the individual futures and producing an aggregated resultClassio.netty.channelNetty
ChannelPromiseNotifierChannelFutureListener implementation which takes other ChannelFuture(s) and notifies them on completion.Classio.netty.channelNetty