Search Java Classes and Packages

Search Java Frameworks and Libraries

255581 classes and counting ...
Search Tips Index Status



#Reactor.io.net Classes and Interfaces - 70 results found.
NameDescriptionTypePackageFramework
ClientSocketOptionsClassreactor.io.net.configReactor
CommonSocketOptionsEncapsulates common socket options.Classreactor.io.net.configReactor
DatagramServerClassreactor.io.net.udpReactor
HeadersHeader names common to HTTP requests and responsesAuthor:Sebastien DeleuzeInterfacereactor.io.net.http.modelReactor
HttpChannelA Request/Response ChannelStream extension that provides for several helpers to control HTTP behavior and observe its metadata.Classreactor.io.net.httpReactor
HttpClientThe base class for a Reactor-based Http client.Classreactor.io.net.httpReactor
HttpExceptionAn exception for signalling that an error occurred during a communication over HTTP protocolAuthor:Anatoly KadyshevSee Also:Serialized FormClassreactor.io.net.httpReactor
HttpHeadersInterfacereactor.io.net.http.modelReactor
HttpSelectorA Selector to match against ServerRequestAuthor:Stephane MaldiniClassreactor.io.net.httpReactor
HttpServerBase functionality needed by all servers that communicate with clients over HTTP.Classreactor.io.net.httpReactor
MethodA Model representation of supported HTTP MethodsAuthor:Sebastien Deleuze, Stephane MaldiniClassreactor.io.net.http.modelReactor
NetSelectorsHelper methods for creating Selectors.Classreactor.io.netReactor
NetStreamsA Streams add-on to work with network facilities from reactor-net, e.Classreactor.io.netReactor
NetStreams .HttpClientFactoryInterfacereactor.io.netReactor
NetStreams .HttpServerFactoryInterfacereactor.io.netReactor
NetStreams .TcpClientFactoryInterfacereactor.io.netReactor
NetStreams .TcpServerFactoryInterfacereactor.io.netReactor
NetStreams .UdpServerFactoryInterfacereactor.io.netReactor
NettyChannelHandlerBridgeNetty ChannelInboundHandler implementation that passes data to a Reactor ChannelStream.Classreactor.io.net.impl.nettyReactor
NettyChannelHandlerBridge .ChannelInputSubscriberEventAn event to attach a Subscriber to the NettyChannelStream created by NettyChannelHandlerBridgeClassreactor.io.net.impl.nettyReactor
NettyChannelStreamReactorChannel implementation that delegates to Netty.Classreactor.io.net.impl.nettyReactor
NettyClientSocketOptionsClassreactor.io.net.impl.nettyReactor
NettyDatagramServerDatagramServer implementation built on Netty.Classreactor.io.net.impl.netty.udpReactor
NettyHttpChannelClassreactor.io.net.impl.netty.httpReactor
NettyHttpClientA Netty-based TcpClient.Classreactor.io.net.impl.netty.httpReactor
NettyHttpClientHandlerClassreactor.io.net.impl.netty.httpReactor
NettyHttpHeadersClassreactor.io.net.impl.netty.httpReactor
NettyHttpResponseHeadersClassreactor.io.net.impl.netty.httpReactor
NettyHttpServerA Netty-based TcpServer implementationAuthor:Jon Brisbin, Stephane MaldiniClassreactor.io.net.impl.netty.httpReactor
NettyHttpServerHandlerConversion between Netty types and Reactor types (NettyHttpChannel and Buffer).Classreactor.io.net.impl.netty.httpReactor
NettyHttpWSClientHandlerClassreactor.io.net.impl.netty.httpReactor
NettyHttpWSServerHandlerConversion between Netty types and Reactor types (NettyHttpChannel and Buffer).Classreactor.io.net.impl.netty.httpReactor
NettyNativeDetectorClassreactor.io.net.impl.nettyReactor
NettyServerSocketOptionsClassreactor.io.net.impl.nettyReactor
NettyTcpClientA Netty-based TcpClient.Classreactor.io.net.impl.netty.tcpReactor
NettyTcpServerA Netty-based TcpServer implementationAuthor:Jon Brisbin, Stephane MaldiniClassreactor.io.net.impl.netty.tcpReactor
ProtocolA Model representation of supported HTTP ProtocolsAuthor:Sebastien Deleuze, Stephane MaldiniClassreactor.io.net.http.modelReactor
ReactorChannel .ConsumerSpecSpec class for assigning multiple event handlers on a channel.Interfacereactor.io.netReactor
ReactorChannelHandlerA ReactorChannel callback that is attached on ReactorPeer or ReactorClient initialization and receives all connected ReactorChannel.Interfacereactor.io.netReactor
ReactorClientA network-aware client that will publish its connection once available to the ReactorChannelHandler passed.Classreactor.io.netReactor
ReactorPeerAbstract base class that implements common functionality shared by clients and servers.Classreactor.io.netReactor
ReadableHeadersInterfacereactor.io.net.http.modelReactor
Reconnect to the TcpClient whether or not to attempt to reconnect a broken connection.Interfacereactor.io.netReactor
ResponseHeadersInterfacereactor.io.net.http.modelReactor
ServerSocketOptionsEncapsulates configuration options for server sockets.Classreactor.io.net.configReactor
SocketUtilsNOTE: This code is a copy of that available in the Spring Framework.Classreactor.io.net.tcp.supportReactor
SpecSpecifications used to build client and servers.Interfacereactor.io.netReactor
Spec .DatagramServerSpecClassreactor.io.netReactor
Spec .HttpClientSpecA helper class for specifying a HttpClientAuthor:Stephane MaldiniClassreactor.io.netReactor
Spec .HttpServerSpecA HttpServer Spec is used to specify an HttpServerAuthor:Jon Brisbin, Stephane MaldiniClassreactor.io.netReactor
Spec .IncrementalBackoffReconnectA helper class for configure a new Reconnect.Classreactor.io.netReactor
Spec .PeerSpecClassreactor.io.netReactor
Spec .TcpClientSpecA helper class for specifying a TcpClientAuthor:Jon Brisbin, Stephane MaldiniClassreactor.io.netReactor
Spec .TcpServerSpecA TcpServerSpec is used to specify a TcpServerAuthor:Jon Brisbin, Stephane MaldiniClassreactor.io.netReactor
SSLEngineSupplierClassreactor.io.net.tcp.sslReactor
SslOptionsHelper class encapsulating common SSL configuration options.Classreactor.io.net.configReactor
StatusClassreactor.io.net.http.modelReactor
SyslogCodecA coded for consuming syslog messages.Classreactor.io.net.codec.syslogReactor
SyslogMessageClassreactor.io.net.codec.syslogReactor
TcpClientThe base class for a Reactor-based TCP client.Classreactor.io.net.tcpReactor
TcpServerBase functionality needed by all servers that communicate with clients over TCP.Classreactor.io.net.tcpReactor
TransferClassreactor.io.net.http.modelReactor
WritableHeadersInterfacereactor.io.net.http.modelReactor
ZeroMQClassreactor.io.net.impl.zmq.tcpReactor
ZeroMQChannelStreamClassreactor.io.net.impl.zmqReactor
ZeroMQClientSocketOptionsClientSocketOptions that include ZeroMQ-specific configuration options.Classreactor.io.net.impl.zmqReactor
ZeroMQServerSocketOptionsServerSocketOptions that include ZeroMQ-specific configuration options.Classreactor.io.net.impl.zmqReactor
ZeroMQTcpClientClassreactor.io.net.impl.zmq.tcpReactor
ZeroMQTcpServerClassreactor.io.net.impl.zmq.tcpReactor
ZeroMQWorkerClassreactor.io.net.impl.zmqReactor