Search Java Classes and Packages

Search Java Frameworks and Libraries

255581 classes and counting ...
Search Tips Index Status



#Reactor.io Classes and Interfaces - 100 results found.
NameDescriptionTypePackageFramework
BufferA Buffer is a general-purpose IO utility class that wraps a ByteBuffer.Classreactor.io.bufferReactor
BufferAllocatorAn Allocator implementation that allocates Buffers.Classreactor.io.bufferReactor
BufferCodecClassreactor.io.codecReactor
ByteArrayCodecA simple Codec implementation that turns a Buffer into a byte[] andAuthor:Jon Brisbin, Stephane MaldiniClassreactor.io.codecReactor
ChronicleQueuePersistorA QueuePersistor implementation that uses a Java Chronicle IndexedChronicle to persist items in the queue.Classreactor.io.queueReactor
ClientSocketOptionsClassreactor.io.net.configReactor
Codec instance of IN and passing that to the given Consumer.Classreactor.io.codecReactor
CommonSocketOptionsEncapsulates common socket options.Classreactor.io.net.configReactor
CompressionCodecClassreactor.io.codec.compressReactor
DatagramServerClassreactor.io.net.udpReactor
DelimitedCodecAn implementation of Codec that decodes by splitting a Buffer into segments based on a delimiter and encodes by appending its delimiter to each piece of output.Classreactor.io.codecReactor
FrameClassreactor.io.codecReactor
FrameCodecCodec for decoding data into length-field-based Frames.Classreactor.io.codecReactor
FrameCodec .LengthFieldReturns the enum constant of this type with the specified name.Classreactor.io.codecReactor
GzipCodecClassreactor.io.codec.compressReactor
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
InMemoryQueuePersistorA QueuePersistor implementations that stores items in-memory.Classreactor.io.queueReactor
IOA factory for Reactive basic IO operations such as File read/write, Byte read and Codec decoding.Classreactor.ioReactor
IO .FileContextClassreactor.ioReactor
JacksonJsonCodecClassreactor.io.codec.jsonReactor
JavaSerializationCodecCodec to transform Java objects into Buffers and visa-versa.Classreactor.io.codecReactor
JsonCodecA codec for decoding JSON into Java objects and encoding Java objects into JSON.Classreactor.io.codec.jsonReactor
KryoCodecClassreactor.io.codec.kryoReactor
KryoPoolCodecClassreactor.io.codec.kryoReactor
LengthFieldCodecA codec that uses a length-field at the start of each chunk to denote the chunk's size.Classreactor.io.codecReactor
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
PassThroughCodecA simple Codec that uses the source object as both input and output.Classreactor.io.codecReactor
PersistentQueueA PersistentQueue is a Queue implementation that delegates the actual storage of the elements in the queue to a QueuePersistor.Classreactor.io.queueReactor
PersistentQueueSpecHelper spec to create a PersistentQueue instance.Classreactor.io.queue.specReactor
ProtobufCodecClassreactor.io.codec.protobufReactor
ProtocolA Model representation of supported HTTP ProtocolsAuthor:Sebastien Deleuze, Stephane MaldiniClassreactor.io.net.http.modelReactor
QueuePersistor Persistence could be achieved through in-memory solutions like a Map or could be more complex and use a backing datastore.Interfacereactor.io.queueReactor
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
SerializationCodecAbstract base class for Codec Codecs that perform serialization of objects.Classreactor.io.codecReactor
ServerSocketOptionsEncapsulates configuration options for server sockets.Classreactor.io.net.configReactor
SnappyCodecClassreactor.io.codec.compressReactor
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
StandardCodecsA selection of standard codecs.Classreactor.io.codecReactor
StatusClassreactor.io.net.http.modelReactor
StringCodecClassreactor.io.codecReactor
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