Skip navigation links
A B C D E F G H I J K L M N O P R S T U V W Z 

A

ACCEPT - Static variable in interface reactor.io.net.http.model.HttpHeaders
The HTTP Accept header field name.
ACCEPT_CHARSET - Static variable in interface reactor.io.net.http.model.HttpHeaders
The HTTP Accept-Charset header field name.
ACCEPT_ENCODING - Static variable in interface reactor.io.net.http.model.HttpHeaders
The HTTP Accept-Encoding header field name.
ACCEPT_LANGUAGE - Static variable in interface reactor.io.net.http.model.HttpHeaders
The HTTP Accept-Language header field name.
ACCEPT_RANGES - Static variable in interface reactor.io.net.http.model.ResponseHeaders
The HTTP Accept-Ranges header field name.
ACCEPTED - Static variable in class reactor.io.net.http.model.Status
202 Accepted
add(String, String) - Method in interface reactor.io.net.http.model.WritableHeaders
 
add(String, Iterable<String>) - Method in interface reactor.io.net.http.model.WritableHeaders
 
add(String, String) - Method in class reactor.io.net.impl.netty.http.NettyHttpHeaders
 
add(String, Iterable<String>) - Method in class reactor.io.net.impl.netty.http.NettyHttpHeaders
 
add(String, String) - Method in class reactor.io.net.impl.netty.http.NettyHttpResponseHeaders
 
add(String, Iterable<String>) - Method in class reactor.io.net.impl.netty.http.NettyHttpResponseHeaders
 
addDateHeader(String, Date) - Method in interface reactor.io.net.http.model.WritableHeaders
 
addDateHeader(String, Date) - Method in class reactor.io.net.impl.netty.http.NettyHttpHeaders
 
addDateHeader(String, Date) - Method in class reactor.io.net.impl.netty.http.NettyHttpResponseHeaders
 
addHeader(String, String) - Method in class reactor.io.net.http.HttpChannel
 
addResponseHeader(String, String) - Method in class reactor.io.net.http.HttpChannel
 
address(InetSocketAddress) - Method in class reactor.io.net.Spec.IncrementalBackoffReconnect
Add an address to the pool of addresses.
address(String, int) - Method in class reactor.io.net.Spec.IncrementalBackoffReconnect
Add an address to the pool of addresses.
addWritePublisher(Publisher<? extends OUT>) - Method in class reactor.io.net.PeerStream
Implementing Write consumers for errors, batch requesting/flushing, write requests The routeChannel method will resolve the current channel consumers to execute and listen for returning signals.
AFTER - Static variable in class reactor.io.net.http.model.Method
 
AGE - Static variable in interface reactor.io.net.http.model.ResponseHeaders
The HTTP Age header field name.
ALLOW - Static variable in interface reactor.io.net.http.model.ResponseHeaders
The HTTP Allow header field name.
apply(Void) - Method in class reactor.io.net.codec.syslog.SyslogCodec
 
AUTHORIZATION - Static variable in interface reactor.io.net.http.model.HttpHeaders
The HTTP Authorization header field name.
awaitAndShutdown(long, TimeUnit) - Method in class reactor.io.net.impl.netty.NettyEventLoopDispatcher
 

B

backlog() - Method in class reactor.io.net.config.ServerSocketOptions
Returns the configured pending connection backlog for the socket.
backlog(int) - Method in class reactor.io.net.config.ServerSocketOptions
Configures the size of the pending connection backlog for the socket.
backlogSize() - Method in class reactor.io.net.impl.netty.NettyEventLoopDispatcher
 
backoffReconnect() - Static method in class reactor.io.net.NetStreams
 
BAD_GATEWAY - Static variable in class reactor.io.net.http.model.Status
502 Bad Gateway
BAD_REQUEST - Static variable in class reactor.io.net.http.model.Status
400 Bad Request
BEFORE - Static variable in class reactor.io.net.http.model.Method
 
bindChannel(Object, long) - Method in class reactor.io.net.impl.netty.http.NettyHttpClient
 
bindChannel(Object, long) - Method in class reactor.io.net.impl.netty.http.NettyHttpServer
 
bindChannel(Object, long) - Method in class reactor.io.net.impl.netty.tcp.NettyTcpClient
 
bindChannel(Object, long) - Method in class reactor.io.net.impl.netty.tcp.NettyTcpServer
 
bindChannel(Object, long) - Method in class reactor.io.net.impl.netty.udp.NettyDatagramServer
 
bindChannel(Object, long) - Method in class reactor.io.net.impl.zmq.tcp.ZeroMQTcpClient
 
bindChannel(Object, long) - Method in class reactor.io.net.impl.zmq.tcp.ZeroMQTcpServer
 
bindChannel(Object, long) - Method in class reactor.io.net.PeerStream
Subclasses should implement this method and provide a ChannelStream object.

C

CACHE_CONTROL - Static variable in interface reactor.io.net.http.model.Headers
The HTTP Cache-Control header field name.
cascadeErrorToPeer(Throwable) - Method in class reactor.io.net.ChannelStream
 
Channel<IN,OUT> - Interface in reactor.io.net
NetChannel is a virtual connection that often matches with a Socket or a Channel (e.g.
Channel.ConsumerSpec - Interface in reactor.io.net
Spec class for assigning multiple event handlers on a channel.
channelActive(ChannelHandlerContext) - Method in class reactor.io.net.impl.netty.http.NettyHttpClientHandler
 
channelActive(ChannelHandlerContext) - Method in class reactor.io.net.impl.netty.http.NettyHttpServerHandler
 
channelActive(ChannelHandlerContext) - Method in class reactor.io.net.impl.netty.NettyNetChannelInboundHandler
 
channelInactive(ChannelHandlerContext) - Method in class reactor.io.net.impl.netty.NettyNetChannelInboundHandler
 
channelRead(ChannelHandlerContext, Object) - Method in class reactor.io.net.impl.netty.http.NettyHttpClientHandler
 
channelRead(ChannelHandlerContext, Object) - Method in class reactor.io.net.impl.netty.http.NettyHttpServerHandler
 
channelRead(ChannelHandlerContext, Object) - Method in class reactor.io.net.impl.netty.NettyNetChannelInboundHandler
 
channelReadComplete(ChannelHandlerContext) - Method in class reactor.io.net.impl.netty.NettyNetChannelInboundHandler
 
channels - Variable in class reactor.io.net.PeerStream
 
ChannelStream<IN,OUT> - Class in reactor.io.net
An abstract Channel implementation that handles the basic interaction and behave as a Stream.
ChannelStream(Environment, Codec<Buffer, IN, OUT>, long, PeerStream<IN, OUT, ChannelStream<IN, OUT>>, Dispatcher, Dispatcher) - Constructor for class reactor.io.net.ChannelStream
 
channelStream - Variable in class reactor.io.net.impl.netty.NettyNetChannelInboundHandler
 
channelStream() - Method in class reactor.io.net.impl.netty.NettyNetChannelInboundHandler
 
clear() - Method in interface reactor.io.net.http.model.WritableHeaders
 
clear() - Method in class reactor.io.net.impl.netty.http.NettyHttpHeaders
 
clear() - Method in class reactor.io.net.impl.netty.http.NettyHttpResponseHeaders
 
Client<IN,OUT,CONN extends Channel<IN,OUT>> - Interface in reactor.io.net
A network-aware client that will publish its connection once available and complete on shutdown.
ClientSocketOptions - Class in reactor.io.net.config
 
ClientSocketOptions() - Constructor for class reactor.io.net.config.ClientSocketOptions
 
close(Consumer<Void>) - Method in interface reactor.io.net.Channel.ConsumerSpec
Assign a Runnable to be invoked when the channel is closed.
close() - Method in interface reactor.io.net.Client
Close this client and the underlying channel.
close() - Method in class reactor.io.net.impl.netty.http.NettyHttpClient
 
close() - Method in class reactor.io.net.impl.netty.tcp.NettyTcpClient
 
close() - Method in class reactor.io.net.impl.zmq.tcp.ZeroMQTcpClient
 
close() - Method in class reactor.io.net.impl.zmq.ZeroMQChannelStream
 
codec(Codec<Buffer, T, T>) - Method in class reactor.io.net.impl.zmq.tcp.ZeroMQ
 
codec(Codec<Buffer, IN, OUT>) - Method in class reactor.io.net.Spec.HttpClient
The Codec to use to encode and decode data.
codec - Variable in class reactor.io.net.Spec.Server
 
codec(Codec<Buffer, IN, OUT>) - Method in class reactor.io.net.Spec.Server
The Codec to use to encode and decode data.
codec(Codec<Buffer, IN, OUT>) - Method in class reactor.io.net.Spec.TcpClient
The Codec to use to encode and decode data.
CommonSocketOptions<SO extends CommonSocketOptions<? super SO>> - Class in reactor.io.net.config
Encapsulates common socket options.
CommonSocketOptions() - Constructor for class reactor.io.net.config.CommonSocketOptions
 
completeConsumer(CONN) - Method in class reactor.io.net.PeerStream
 
configure(ZMQ.Socket) - Method in class reactor.io.net.impl.zmq.ZeroMQWorker
 
configure(Dispatcher, Environment) - Method in class reactor.io.net.Spec.DatagramServer
 
configure(Dispatcher, Environment) - Method in class reactor.io.net.Spec.HttpClient
 
configure(Dispatcher, Environment) - Method in class reactor.io.net.Spec.HttpServer
 
configure(Dispatcher, Environment) - Method in class reactor.io.net.Spec.TcpClient
 
configure(Dispatcher, Environment) - Method in class reactor.io.net.Spec.TcpServer
 
CONFLICT - Static variable in class reactor.io.net.http.model.Status
409 Conflict
CONNECT - Static variable in class reactor.io.net.http.model.Method
 
connect(String, int) - Method in class reactor.io.net.Spec.HttpClient
The host and port to which this client should connect.
connect(InetSocketAddress) - Method in class reactor.io.net.Spec.HttpClient
The address to which this client should connect.
connect(String, int) - Method in class reactor.io.net.Spec.TcpClient
The host and port to which this client should connect.
connect(InetSocketAddress) - Method in class reactor.io.net.Spec.TcpClient
The address to which this client should connect.
connectAddresses() - Method in class reactor.io.net.impl.zmq.ZeroMQClientSocketOptions
 
connectAddresses(String) - Method in class reactor.io.net.impl.zmq.ZeroMQClientSocketOptions
 
CONNECTION - Static variable in interface reactor.io.net.http.model.Headers
The HTTP Connection header field name.
contains(String) - Method in interface reactor.io.net.http.model.ReadableHeaders
 
contains(String, String, boolean) - Method in interface reactor.io.net.http.model.ReadableHeaders
 
contains(String) - Method in class reactor.io.net.impl.netty.http.NettyHttpHeaders
 
contains(String, String, boolean) - Method in class reactor.io.net.impl.netty.http.NettyHttpHeaders
 
contains(String) - Method in class reactor.io.net.impl.netty.http.NettyHttpResponseHeaders
 
contains(String, String, boolean) - Method in class reactor.io.net.impl.netty.http.NettyHttpResponseHeaders
 
CONTENT_DISPOSITION - Static variable in interface reactor.io.net.http.model.ResponseHeaders
The HTTP Content-Disposition header field name
CONTENT_ENCODING - Static variable in interface reactor.io.net.http.model.ResponseHeaders
The HTTP Content-Encoding header field name.
CONTENT_LANGUAGE - Static variable in interface reactor.io.net.http.model.ResponseHeaders
The HTTP Content-Language header field name.
CONTENT_LENGTH - Static variable in interface reactor.io.net.http.model.Headers
The HTTP Content-Length header field name.
CONTENT_LOCATION - Static variable in interface reactor.io.net.http.model.ResponseHeaders
The HTTP Content-Location header field name.
CONTENT_RANGE - Static variable in interface reactor.io.net.http.model.ResponseHeaders
The HTTP Content-Range header field name.
CONTENT_TYPE - Static variable in interface reactor.io.net.http.model.Headers
The HTTP Content-Type header field name.
contentLength(long) - Method in interface reactor.io.net.http.model.WritableHeaders
 
contentLength(long) - Method in class reactor.io.net.impl.netty.http.NettyHttpHeaders
 
contentLength(long) - Method in class reactor.io.net.impl.netty.http.NettyHttpResponseHeaders
 
contentStream - Variable in class reactor.io.net.ChannelStream
 
context() - Method in class reactor.io.net.impl.zmq.ZeroMQClientSocketOptions
Get the ZContext to use for IO.
context(ZContext) - Method in class reactor.io.net.impl.zmq.ZeroMQClientSocketOptions
Set the ZContext to use for IO.
context() - Method in class reactor.io.net.impl.zmq.ZeroMQServerSocketOptions
Get the ZMQ.Context to use for IO.
context(ZContext) - Method in class reactor.io.net.impl.zmq.ZeroMQServerSocketOptions
Set the ZMQ.Context to use for IO.
CONTINUE - Static variable in class reactor.io.net.http.model.Status
100 Continue
COOKIE - Static variable in interface reactor.io.net.http.model.HttpHeaders
The HTTP Cookie header field name.
createAdaptiveDemandMapper(CONN, Consumer<Throwable>) - Method in class reactor.io.net.PeerStream
 
createBatchAction(CONN, Consumer<Throwable>, Consumer<Void>) - Method in class reactor.io.net.PeerStream
 
createClient(String, int) - Method in class reactor.io.net.impl.zmq.tcp.ZeroMQ
 
createClientRequest(NettyChannelStream<IN, OUT>, HttpRequest) - Method in class reactor.io.net.impl.netty.http.NettyHttpClient
 
CREATED - Static variable in class reactor.io.net.http.model.Status
201 Created
createErrorConsumer(ChannelStream<IN, OUT>) - Method in class reactor.io.net.PeerStream
 
createServer(String, int) - Method in class reactor.io.net.impl.zmq.tcp.ZeroMQ
 
createServerRequest(NettyChannelStream<IN, OUT>, HttpRequest) - Method in class reactor.io.net.impl.netty.http.NettyHttpServer
 

D

DatagramServer<IN,OUT> - Class in reactor.io.net.udp
 
DatagramServer(Environment, Dispatcher, InetSocketAddress, NetworkInterface, ServerSocketOptions, Codec<Buffer, IN, OUT>) - Constructor for class reactor.io.net.udp.DatagramServer
 
DATE - Static variable in interface reactor.io.net.http.model.Headers
The HTTP Date header field name.
date(Date) - Method in interface reactor.io.net.http.model.WritableHeaders
 
date(Date) - Method in class reactor.io.net.impl.netty.http.NettyHttpHeaders
 
date(Date) - Method in class reactor.io.net.impl.netty.http.NettyHttpResponseHeaders
 
dateHeader(String, Date) - Method in interface reactor.io.net.http.model.WritableHeaders
 
dateHeader(String, Iterable<Date>) - Method in interface reactor.io.net.http.model.WritableHeaders
 
dateHeader(String, Date) - Method in class reactor.io.net.impl.netty.http.NettyHttpHeaders
 
dateHeader(String, Iterable<Date>) - Method in class reactor.io.net.impl.netty.http.NettyHttpHeaders
 
dateHeader(String, Date) - Method in class reactor.io.net.impl.netty.http.NettyHttpResponseHeaders
 
dateHeader(String, Iterable<Date>) - Method in class reactor.io.net.impl.netty.http.NettyHttpResponseHeaders
 
dealer(String) - Method in class reactor.io.net.impl.zmq.tcp.ZeroMQ
 
decode(Codec<IN, DECODED, ?>) - Method in class reactor.io.net.ChannelStream
Convert the current stream data into the decoded type produced by the passed codec
decoder(Consumer<SyslogMessage>) - Method in class reactor.io.net.codec.syslog.SyslogCodec
 
DEFAULT_BIND_ADDRESS - Static variable in class reactor.io.net.NetStreams
 
DEFAULT_HTTP_CLIENT_TYPE - Static variable in class reactor.io.net.NetStreams
 
DEFAULT_HTTP_SERVER_TYPE - Static variable in class reactor.io.net.NetStreams
 
DEFAULT_INTERVAL - Static variable in class reactor.io.net.Spec.IncrementalBackoffReconnect
 
DEFAULT_MAX_ATTEMPTS - Static variable in class reactor.io.net.Spec.IncrementalBackoffReconnect
 
DEFAULT_MULTIPLIER - Static variable in class reactor.io.net.Spec.IncrementalBackoffReconnect
 
DEFAULT_PORT - Static variable in class reactor.io.net.NetStreams
 
DEFAULT_TCP_CLIENT_TYPE - Static variable in class reactor.io.net.NetStreams
 
DEFAULT_TCP_SERVER_TYPE - Static variable in class reactor.io.net.NetStreams
 
DEFAULT_UDP_SERVER_TYPE - Static variable in class reactor.io.net.NetStreams
 
delegate() - Method in class reactor.io.net.ChannelStream
 
delegate() - Method in class reactor.io.net.impl.netty.http.NettyHttpChannel
 
delegate() - Method in class reactor.io.net.impl.netty.NettyChannelStream
 
delegate() - Method in class reactor.io.net.impl.zmq.ZeroMQChannelStream
 
delegate(ChannelStream<IN, OUT>) - Static method in class reactor.io.net.NetStreams
Utils to read the ChannelStream underlying channel
delegate(ChannelStream<IN, OUT>, Class<E>) - Static method in class reactor.io.net.NetStreams
 
delete(String, Function<HttpChannel<IN, OUT>, ? extends Publisher<? extends OUT>>) - Method in class reactor.io.net.http.HttpClient
 
delete(String) - Method in class reactor.io.net.http.HttpClient
 
delete(String, Function<HttpChannel<IN, OUT>, ? extends Publisher<? extends OUT>>) - Method in class reactor.io.net.http.HttpServer
 
DELETE - Static variable in class reactor.io.net.http.model.Method
 
delete(String) - Static method in class reactor.io.net.NetSelectors
An alias for reactor.io.net.NetSelectors#http).
determineInterval(int) - Method in class reactor.io.net.Spec.IncrementalBackoffReconnect
Determine the period in milliseconds between reconnection attempts.
doAddHeader(String, String) - Method in class reactor.io.net.http.HttpChannel
 
doAddHeader(String, String) - Method in class reactor.io.net.impl.netty.http.NettyHttpChannel
 
doAddResponseHeader(String, String) - Method in class reactor.io.net.http.HttpChannel
 
doAddResponseHeader(String, String) - Method in class reactor.io.net.impl.netty.http.NettyHttpChannel
 
doDecoded(IN) - Method in class reactor.io.net.ChannelStream
 
doDecoded(IN) - Method in class reactor.io.net.impl.netty.NettyChannelStream
 
doHeader(String, String) - Method in class reactor.io.net.http.HttpChannel
 
doHeader(String, String) - Method in class reactor.io.net.impl.netty.http.NettyHttpChannel
 
doPipeline(Function<? super CONN, ? extends Publisher<? extends OUT>>) - Method in class reactor.io.net.PeerStream
 
doResponseHeader(String, String) - Method in class reactor.io.net.http.HttpChannel
 
doResponseHeader(String, String) - Method in class reactor.io.net.impl.netty.http.NettyHttpChannel
 
doResponseStatus(Status) - Method in class reactor.io.net.http.HttpChannel
 
doResponseStatus(Status) - Method in class reactor.io.net.impl.netty.http.NettyHttpChannel
 

E

entries() - Method in interface reactor.io.net.http.model.ReadableHeaders
 
entries() - Method in class reactor.io.net.impl.netty.http.NettyHttpHeaders
 
entries() - Method in class reactor.io.net.impl.netty.http.NettyHttpResponseHeaders
 
equals(Object) - Method in class reactor.io.net.http.model.Method
 
equals(Object) - Method in class reactor.io.net.http.model.Status
Equality of Status only depends on Status.code.
ETAG - Static variable in interface reactor.io.net.http.model.ResponseHeaders
The HTTP ETag header field name.
eventLoopGroup() - Method in class reactor.io.net.impl.netty.NettyClientSocketOptions
 
eventLoopGroup(NioEventLoopGroup) - Method in class reactor.io.net.impl.netty.NettyClientSocketOptions
 
eventLoopGroup() - Method in class reactor.io.net.impl.netty.NettyServerSocketOptions
 
eventLoopGroup(NioEventLoopGroup) - Method in class reactor.io.net.impl.netty.NettyServerSocketOptions
 
exceptionCaught(ChannelHandlerContext, Throwable) - Method in class reactor.io.net.impl.netty.NettyNetChannelInboundHandler
 
execute(AbstractLifecycleDispatcher.Task) - Method in class reactor.io.net.impl.netty.NettyEventLoopDispatcher
 
execute(Runnable) - Method in class reactor.io.net.impl.netty.NettyEventLoopDispatcher
 
EXPECT - Static variable in interface reactor.io.net.http.model.HttpHeaders
The HTTP Expect header field name.
EXPECTATION_FAILED - Static variable in class reactor.io.net.http.model.Status
417 Expectation Failed
EXPIRES - Static variable in interface reactor.io.net.http.model.ResponseHeaders
The HTTP Expires header field name.

F

FAILED_DEPENDENCY - Static variable in class reactor.io.net.http.model.Status
424 Failed Dependency (WebDAV, RFC4918)
findAvailableTcpPort() - Static method in class reactor.io.net.tcp.support.SocketUtils
Find an available TCP port randomly selected from the range [1024, 65535].
findAvailableTcpPort(int) - Static method in class reactor.io.net.tcp.support.SocketUtils
Find an available TCP port randomly selected from the range [minPort, 65535].
findAvailableTcpPort(int, int) - Static method in class reactor.io.net.tcp.support.SocketUtils
Find an available TCP port randomly selected from the range [minPort, maxPort].
findAvailableTcpPorts(int) - Static method in class reactor.io.net.tcp.support.SocketUtils
Find the requested number of available TCP ports, each randomly selected from the range [1024, 65535].
findAvailableTcpPorts(int, int, int) - Static method in class reactor.io.net.tcp.support.SocketUtils
Find the requested number of available TCP ports, each randomly selected from the range [minPort, maxPort].
findAvailableUdpPort() - Static method in class reactor.io.net.tcp.support.SocketUtils
Find an available UDP port randomly selected from the range [1024, 65535].
findAvailableUdpPort(int) - Static method in class reactor.io.net.tcp.support.SocketUtils
Find an available UDP port randomly selected from the range [minPort, 65535].
findAvailableUdpPort(int, int) - Static method in class reactor.io.net.tcp.support.SocketUtils
Find an available UDP port randomly selected from the range [minPort, maxPort].
findAvailableUdpPorts(int) - Static method in class reactor.io.net.tcp.support.SocketUtils
Find the requested number of available UDP ports, each randomly selected from the range [1024, 65535].
findAvailableUdpPorts(int, int, int) - Static method in class reactor.io.net.tcp.support.SocketUtils
Find the requested number of available UDP ports, each randomly selected from the range [minPort, maxPort].
findSocketTypeName(int) - Static method in class reactor.io.net.impl.zmq.tcp.ZeroMQ
 
flush() - Method in class reactor.io.net.ChannelStream
Subclasses must implement this method to perform IO flushes.
flush() - Method in class reactor.io.net.impl.netty.http.NettyHttpChannel
 
flush() - Method in class reactor.io.net.impl.netty.NettyChannelStream
 
flush() - Method in class reactor.io.net.impl.zmq.ZeroMQChannelStream
 
FORBIDDEN - Static variable in class reactor.io.net.http.model.Status
403 Forbidden
forceShutdown() - Method in class reactor.io.net.impl.netty.NettyEventLoopDispatcher
 
FOUND - Static variable in class reactor.io.net.http.model.Status
302 Found
FROM - Static variable in interface reactor.io.net.http.model.HttpHeaders
The HTTP From header field name.

G

GATEWAY_TIMEOUT - Static variable in class reactor.io.net.http.model.Status
504 Gateway Timeout
get(String, Function<HttpChannel<IN, OUT>, ? extends Publisher<? extends OUT>>) - Method in class reactor.io.net.http.HttpClient
 
get(String, Function<HttpChannel<IN, OUT>, ? extends Publisher<? extends OUT>>) - Method in class reactor.io.net.http.HttpServer
 
GET - Static variable in class reactor.io.net.http.model.Method
 
get(String) - Static method in enum reactor.io.net.http.model.Protocol
 
get(String) - Method in interface reactor.io.net.http.model.ReadableHeaders
 
get(String) - Static method in enum reactor.io.net.http.model.Transfer
 
get(String) - Method in class reactor.io.net.impl.netty.http.NettyHttpHeaders
 
get(String) - Method in class reactor.io.net.impl.netty.http.NettyHttpResponseHeaders
 
get(String) - Static method in class reactor.io.net.NetSelectors
An alias for reactor.io.net.NetSelectors#http).
get() - Method in class reactor.io.net.Spec.IncrementalBackoffReconnect
 
get() - Method in class reactor.io.net.tcp.ssl.SSLEngineSupplier
 
getAll(String) - Method in interface reactor.io.net.http.model.ReadableHeaders
 
getAll(String) - Method in class reactor.io.net.impl.netty.http.NettyHttpHeaders
 
getAll(String) - Method in class reactor.io.net.impl.netty.http.NettyHttpResponseHeaders
 
getCapacity() - Method in class reactor.io.net.ChannelStream
 
getCode() - Method in class reactor.io.net.http.model.Status
Returns the code of this Status.
getConnectAddress() - Method in class reactor.io.net.tcp.TcpClient
Get the InetSocketAddress to which this client must connect.
getContentLength() - Method in interface reactor.io.net.http.model.ResponseHeaders
 
getContentLength() - Method in class reactor.io.net.impl.netty.http.NettyHttpResponseHeaders
 
getDate() - Method in interface reactor.io.net.http.model.ReadableHeaders
 
getDate() - Method in class reactor.io.net.impl.netty.http.NettyHttpHeaders
 
getDate() - Method in class reactor.io.net.impl.netty.http.NettyHttpResponseHeaders
 
getDateHeader(String) - Method in interface reactor.io.net.http.model.ReadableHeaders
 
getDateHeader(String) - Method in class reactor.io.net.impl.netty.http.NettyHttpHeaders
 
getDateHeader(String) - Method in class reactor.io.net.impl.netty.http.NettyHttpResponseHeaders
 
getDecoder() - Method in class reactor.io.net.ChannelStream
 
getDefaultCodec() - Method in class reactor.io.net.PeerStream
Get the Codec in use.
getDispatcher() - Method in class reactor.io.net.ChannelStream
 
getDispatcher() - Method in class reactor.io.net.PeerStream
 
getEncoder() - Method in class reactor.io.net.ChannelStream
 
getEnvironment() - Method in class reactor.io.net.ChannelStream
 
getEnvironment() - Method in class reactor.io.net.PeerStream
 
getFacility() - Method in class reactor.io.net.codec.syslog.SyslogMessage
Returns the facility that sent the message
getHeaderResolver() - Method in class reactor.io.net.http.HttpSelector
 
getHost() - Method in class reactor.io.net.codec.syslog.SyslogMessage
Returns the host from which the message originated
getHost() - Method in interface reactor.io.net.http.model.ReadableHeaders
 
getHost() - Method in class reactor.io.net.impl.netty.http.NettyHttpHeaders
 
getHost() - Method in class reactor.io.net.impl.netty.http.NettyHttpResponseHeaders
 
getIODispatcher() - Method in class reactor.io.net.ChannelStream
 
getListenAddress() - Method in class reactor.io.net.tcp.TcpServer
Get the address to which this server is bound.
getListenAddress() - Method in class reactor.io.net.udp.DatagramServer
Get the address to which this server is bound.
getMessage() - Method in class reactor.io.net.codec.syslog.SyslogMessage
Returns the actual message
getMulticastInterface() - Method in class reactor.io.net.udp.DatagramServer
Get the NetworkInterface on which multicast will be performed.
getName() - Method in class reactor.io.net.http.model.Method
 
getNettyRequest() - Method in class reactor.io.net.impl.netty.http.NettyHttpChannel
 
getNettyResponse() - Method in class reactor.io.net.impl.netty.http.NettyHttpChannel
 
getObject() - Method in class reactor.io.net.http.HttpSelector
 
getOptions() - Method in class reactor.io.net.tcp.TcpClient
Get the ClientSocketOptions currently in effect.
getOptions() - Method in class reactor.io.net.tcp.TcpServer
Get the ServerSocketOptions currently in effect.
getOptions() - Method in class reactor.io.net.udp.DatagramServer
Get the ServerSocketOptions currently in effect.
getPrefetchSize() - Method in class reactor.io.net.PeerStream
 
getPriority() - Method in class reactor.io.net.codec.syslog.SyslogMessage
Returns the priority assigned to the message
getReasonPhrase() - Method in class reactor.io.net.http.model.Status
Returns the reason phrase of this Status.
getSeverity() - Method in class reactor.io.net.codec.syslog.SyslogMessage
Returns the severity assigned to the message
getSslOptions() - Method in class reactor.io.net.tcp.TcpClient
Get the SslOptions current in effect.
getSslOptions() - Method in class reactor.io.net.tcp.TcpServer
Get the SslOptions current in effect.
getTimestamp() - Method in class reactor.io.net.codec.syslog.SyslogMessage
Returns the timestamp for the message
GONE - Static variable in class reactor.io.net.http.model.Status
410 Gone

H

hashCode() - Method in class reactor.io.net.http.model.Method
 
hashCode() - Method in class reactor.io.net.http.model.Status
 
HEAD - Static variable in class reactor.io.net.http.model.Method
 
header(String, String) - Method in class reactor.io.net.http.HttpChannel
 
headers() - Method in class reactor.io.net.http.HttpChannel
 
Headers - Interface in reactor.io.net.http.model
Header names common to HTTP requests and responses
headers() - Method in class reactor.io.net.impl.netty.http.NettyHttpChannel
 
HEADERS_SENT - Static variable in class reactor.io.net.http.HttpChannel
 
HOST - Static variable in interface reactor.io.net.http.model.HttpHeaders
The HTTP Host header field name.
host(String) - Method in interface reactor.io.net.http.model.WritableHeaders
 
host(String) - Method in class reactor.io.net.impl.netty.http.NettyHttpHeaders
 
host(String) - Method in class reactor.io.net.impl.netty.http.NettyHttpResponseHeaders
 
http(String, Protocol, Method) - Static method in class reactor.io.net.NetSelectors
Creates a Selector based on a URI template.
HTTP_VERSION_NOT_SUPPORTED - Static variable in class reactor.io.net.http.model.Status
505 HTTP Version Not Supported
HttpChannel<IN,OUT> - Class in reactor.io.net.http
 
HttpChannel(Environment, Codec<Buffer, IN, OUT>, long, PeerStream<IN, OUT, ChannelStream<IN, OUT>>, Dispatcher, Dispatcher) - Constructor for class reactor.io.net.http.HttpChannel
 
HttpClient<IN,OUT> - Class in reactor.io.net.http
The base class for a Reactor-based Http client.
HttpClient(Environment, Dispatcher, Codec<Buffer, IN, OUT>) - Constructor for class reactor.io.net.http.HttpClient
 
httpClient() - Static method in class reactor.io.net.NetStreams
 
httpClient(Function<? super Spec.HttpClient<IN, OUT>, ? extends Spec.HttpClient<IN, OUT>>) - Static method in class reactor.io.net.NetStreams
Bind a new HTTP client to the specified connect address and port.
httpClient(Class<? extends HttpClient>, Function<? super Spec.HttpClient<IN, OUT>, ? extends Spec.HttpClient<IN, OUT>>) - Static method in class reactor.io.net.NetStreams
Bind a new HTTP client to the specified connect address and port.
HttpHeaders - Interface in reactor.io.net.http.model
 
HttpSelector - Class in reactor.io.net.http
A Selector to match against ServerRequest
HttpSelector(String) - Constructor for class reactor.io.net.http.HttpSelector
 
HttpSelector(String, Protocol, Method) - Constructor for class reactor.io.net.http.HttpSelector
 
HttpServer<IN,OUT> - Class in reactor.io.net.http
Base functionality needed by all servers that communicate with clients over HTTP.
HttpServer(Environment, Dispatcher, Codec<Buffer, IN, OUT>) - Constructor for class reactor.io.net.http.HttpServer
 
httpServer() - Static method in class reactor.io.net.NetStreams
 
httpServer(String) - Static method in class reactor.io.net.NetStreams
 
httpServer(int) - Static method in class reactor.io.net.NetStreams
 
httpServer(String, int) - Static method in class reactor.io.net.NetStreams
 
httpServer(Function<? super Spec.HttpServer<IN, OUT>, ? extends Spec.HttpServer<IN, OUT>>) - Static method in class reactor.io.net.NetStreams
 
httpServer(Class<? extends HttpServer>, Function<? super Spec.HttpServer<IN, OUT>, ? extends Spec.HttpServer<IN, OUT>>) - Static method in class reactor.io.net.NetStreams
 

I

IF_MATCH - Static variable in interface reactor.io.net.http.model.HttpHeaders
The HTTP If-Match header field name.
IF_MODIFIED_SINCE - Static variable in interface reactor.io.net.http.model.HttpHeaders
The HTTP If-Modified-Since header field name.
IF_NONE_MATCH - Static variable in interface reactor.io.net.http.model.HttpHeaders
The HTTP If-None-Match header field name.
IF_RANGE - Static variable in interface reactor.io.net.http.model.HttpHeaders
The HTTP If-Range header field name.
IF_UNMODIFIED_SINCE - Static variable in interface reactor.io.net.http.model.HttpHeaders
The HTTP If-Unmodified-Since header field name.
in() - Method in class reactor.io.net.ChannelStream
Direct access to receiving side - should be used to forward incoming data manually or testing purpose
INSUFFICIENT_STORAGE - Static variable in class reactor.io.net.http.model.Status
507 Insufficient Storage (WebDAV, RFC4918)
INTERNAL_SERVER_ERROR - Static variable in class reactor.io.net.http.model.Status
500 Internal Server Error
interval(long) - Method in class reactor.io.net.Spec.IncrementalBackoffReconnect
Set the reconnection interval.
isEmpty() - Method in interface reactor.io.net.http.model.ReadableHeaders
 
isEmpty() - Method in class reactor.io.net.impl.netty.http.NettyHttpHeaders
 
isEmpty() - Method in class reactor.io.net.impl.netty.http.NettyHttpResponseHeaders
 

J

join(InetAddress, NetworkInterface) - Method in class reactor.io.net.impl.netty.udp.NettyDatagramServer
 
join(InetAddress, NetworkInterface) - Method in class reactor.io.net.udp.DatagramServer
Join a multicast group.
join(InetAddress) - Method in class reactor.io.net.udp.DatagramServer
Join a multicast group.

K

keepAlive() - Method in class reactor.io.net.config.CommonSocketOptions
Returns a boolean indicating whether or not SO_KEEPALIVE is enabled
keepAlive(boolean) - Method in class reactor.io.net.config.CommonSocketOptions
Enables or disables SO_KEEPALIVE.
keepAlive(boolean) - Method in interface reactor.io.net.http.model.WritableHeaders
 
keepAlive(boolean) - Method in class reactor.io.net.impl.netty.http.NettyHttpHeaders
 
keepAlive(boolean) - Method in class reactor.io.net.impl.netty.http.NettyHttpResponseHeaders
 
keyManagerFactoryAlgorithm() - Method in class reactor.io.net.config.SslOptions
 
keyManagerFactoryAlgorithm(String) - Method in class reactor.io.net.config.SslOptions
 
keyManagerPasswd() - Method in class reactor.io.net.config.SslOptions
 
keyManagerPasswd(String) - Method in class reactor.io.net.config.SslOptions
 
keystoreFile() - Method in class reactor.io.net.config.SslOptions
 
keystoreFile(String) - Method in class reactor.io.net.config.SslOptions
 
keystorePasswd() - Method in class reactor.io.net.config.SslOptions
 
keystorePasswd(String) - Method in class reactor.io.net.config.SslOptions
 

L

LAST_MODIFIED - Static variable in interface reactor.io.net.http.model.ResponseHeaders
The HTTP Last-Modified header field name.
leave(InetAddress, NetworkInterface) - Method in class reactor.io.net.impl.netty.udp.NettyDatagramServer
 
leave(InetAddress, NetworkInterface) - Method in class reactor.io.net.udp.DatagramServer
Leave a multicast group.
leave(InetAddress) - Method in class reactor.io.net.udp.DatagramServer
Leave a multicast group.
LENGTH_REQUIRED - Static variable in class reactor.io.net.http.model.Status
411 Length Required
linger() - Method in class reactor.io.net.config.CommonSocketOptions
Returns the configuration of SO_LINGER.
linger(int) - Method in class reactor.io.net.config.CommonSocketOptions
Configures SO_LINGER
LINK - Static variable in interface reactor.io.net.http.model.ResponseHeaders
The HTTP Link header field name.
listen(int) - Method in class reactor.io.net.Spec.Server
The port on which this server should listen, assuming it should bind to all available addresses.
listen(String, int) - Method in class reactor.io.net.Spec.Server
The host and port on which this server should listen.
listen(InetSocketAddress) - Method in class reactor.io.net.Spec.Server
The InetSocketAddress on which this server should listen.
listenAddress - Variable in class reactor.io.net.Spec.Server
 
listenAddresses() - Method in class reactor.io.net.impl.zmq.ZeroMQServerSocketOptions
 
listenAddresses(String) - Method in class reactor.io.net.impl.zmq.ZeroMQServerSocketOptions
 
LOCATION - Static variable in interface reactor.io.net.http.model.ResponseHeaders
The HTTP Location header field name.
LOCKED - Static variable in class reactor.io.net.http.model.Status
423 Locked (WebDAV, RFC4918)
log - Variable in class reactor.io.net.ChannelStream
 

M

matches(HttpChannel) - Method in class reactor.io.net.http.HttpSelector
 
MAX_FORWARDS - Static variable in interface reactor.io.net.http.model.HttpHeaders
The HTTP Max-Forwards header field name.
maxAttempts(long) - Method in class reactor.io.net.Spec.IncrementalBackoffReconnect
Sets the number of time that Reactor will attempt to connect or reconnect before giving up.
maxInterval(long) - Method in class reactor.io.net.Spec.IncrementalBackoffReconnect
Set the maximum reconnection interval that will be applied if the multiplier is set to a value greather than one.
mergeWrite(CONN) - Method in class reactor.io.net.PeerStream
 
method() - Method in class reactor.io.net.http.HttpChannel
 
method - Variable in class reactor.io.net.http.HttpSelector
 
Method - Class in reactor.io.net.http.model
A Model representation of supported HTTP Methods
Method(String) - Constructor for class reactor.io.net.http.model.Method
 
method() - Method in class reactor.io.net.impl.netty.http.NettyHttpChannel
 
METHOD_NOT_ALLOWED - Static variable in class reactor.io.net.http.model.Status
405 Method Not Allowed
MOVED_PERMANENTLY - Static variable in class reactor.io.net.http.model.Status
301 Moved Permanently
MULTI_STATUS - Static variable in class reactor.io.net.http.model.Status
207 Multi-Status (WebDAV, RFC2518)
multicastInterface(NetworkInterface) - Method in class reactor.io.net.Spec.DatagramServer
Set the interface to use for multicast.
MULTIPLE_CHOICES - Static variable in class reactor.io.net.http.model.Status
300 Multiple Choices
multiplier(long) - Method in class reactor.io.net.Spec.IncrementalBackoffReconnect
Set the backoff multiplier.

N

names() - Method in interface reactor.io.net.http.model.ReadableHeaders
 
names() - Method in class reactor.io.net.impl.netty.http.NettyHttpHeaders
 
names() - Method in class reactor.io.net.impl.netty.http.NettyHttpResponseHeaders
 
NetSelectors - Class in reactor.io.net
Helper methods for creating Selectors.
NetSelectors() - Constructor for class reactor.io.net.NetSelectors
 
NetStreams - Class in reactor.io.net
A Streams add-on to work with network facilities from reactor-net, e.g.:
NettyChannelStream<IN,OUT> - Class in reactor.io.net.impl.netty
Channel implementation that delegates to Netty.
NettyChannelStream(Environment, Codec<Buffer, IN, OUT>, long, PeerStream<IN, OUT, ChannelStream<IN, OUT>>, Dispatcher, Dispatcher, Channel) - Constructor for class reactor.io.net.impl.netty.NettyChannelStream
 
NettyClientSocketOptions - Class in reactor.io.net.impl.netty
 
NettyClientSocketOptions() - Constructor for class reactor.io.net.impl.netty.NettyClientSocketOptions
 
NettyDatagramServer<IN,OUT> - Class in reactor.io.net.impl.netty.udp
DatagramServer implementation built on Netty.
NettyDatagramServer(Environment, Dispatcher, InetSocketAddress, NetworkInterface, ServerSocketOptions, Codec<Buffer, IN, OUT>) - Constructor for class reactor.io.net.impl.netty.udp.NettyDatagramServer
 
NettyEventLoopDispatcher - Class in reactor.io.net.impl.netty
A Dispatcher that runs tasks on a Netty EventLoop.
NettyEventLoopDispatcher(EventLoop, int) - Constructor for class reactor.io.net.impl.netty.NettyEventLoopDispatcher
Creates a new Netty event loop-based dispatcher that will run tasks on the given eventLoop with the given backlog size.
NettyHttpChannel<IN,OUT> - Class in reactor.io.net.impl.netty.http
 
NettyHttpChannel(NettyChannelStream<IN, OUT>, PeerStream<IN, OUT, ChannelStream<IN, OUT>>, HttpRequest, Codec<Buffer, IN, OUT>) - Constructor for class reactor.io.net.impl.netty.http.NettyHttpChannel
 
NettyHttpClient<IN,OUT> - Class in reactor.io.net.impl.netty.http
A Netty-based TcpClient.
NettyHttpClient(Environment, Dispatcher, InetSocketAddress, ClientSocketOptions, SslOptions, Codec<Buffer, IN, OUT>) - Constructor for class reactor.io.net.impl.netty.http.NettyHttpClient
Creates a new NettyTcpClient that will use the given env for configuration and the given reactor to send events.
NettyHttpClientHandler<IN,OUT> - Class in reactor.io.net.impl.netty.http
 
NettyHttpClientHandler(NettyChannelStream<IN, OUT>, NettyHttpClient<IN, OUT>) - Constructor for class reactor.io.net.impl.netty.http.NettyHttpClientHandler
 
NettyHttpHeaders - Class in reactor.io.net.impl.netty.http
 
NettyHttpHeaders(HttpRequest) - Constructor for class reactor.io.net.impl.netty.http.NettyHttpHeaders
 
NettyHttpResponseHeaders - Class in reactor.io.net.impl.netty.http
 
NettyHttpResponseHeaders(HttpResponse) - Constructor for class reactor.io.net.impl.netty.http.NettyHttpResponseHeaders
 
NettyHttpServer<IN,OUT> - Class in reactor.io.net.impl.netty.http
A Netty-based TcpServer implementation
NettyHttpServer(Environment, Dispatcher, InetSocketAddress, ServerSocketOptions, SslOptions, Codec<Buffer, IN, OUT>) - Constructor for class reactor.io.net.impl.netty.http.NettyHttpServer
 
NettyHttpServerHandler<IN,OUT> - Class in reactor.io.net.impl.netty.http
Conversion between Netty types (HttpRequest, .http.HttpResponse, HttpContent and .LastHttpContent) and Reactor types (NettyHttpChannel and Buffer).
NettyHttpServerHandler(NettyChannelStream<IN, OUT>, NettyHttpServer<IN, OUT>) - Constructor for class reactor.io.net.impl.netty.http.NettyHttpServerHandler
 
NettyNetChannelInboundHandler<IN> - Class in reactor.io.net.impl.netty
Netty ChannelInboundHandler implementation that passes data to a Reactor ChannelStream.
NettyNetChannelInboundHandler(Subscriber<? super IN>, NettyChannelStream<IN, ?>) - Constructor for class reactor.io.net.impl.netty.NettyNetChannelInboundHandler
 
NettyServerSocketOptions - Class in reactor.io.net.impl.netty
Extends standard ServerSocketOptions with Netty-specific options.
NettyServerSocketOptions() - Constructor for class reactor.io.net.impl.netty.NettyServerSocketOptions
 
NettyTcpClient<IN,OUT> - Class in reactor.io.net.impl.netty.tcp
A Netty-based TcpClient.
NettyTcpClient(Environment, Dispatcher, InetSocketAddress, ClientSocketOptions, SslOptions, Codec<Buffer, IN, OUT>) - Constructor for class reactor.io.net.impl.netty.tcp.NettyTcpClient
Creates a new NettyTcpClient that will use the given env for configuration and the given reactor to send events.
NettyTcpServer<IN,OUT> - Class in reactor.io.net.impl.netty.tcp
A Netty-based TcpServer implementation
NettyTcpServer(Environment, Dispatcher, InetSocketAddress, ServerSocketOptions, SslOptions, Codec<Buffer, IN, OUT>) - Constructor for class reactor.io.net.impl.netty.tcp.NettyTcpServer
 
NETWORK_AUTHENTICATION_REQUIRED - Static variable in class reactor.io.net.http.model.Status
511 Network Authentication Required (RFC6585)
NO_CONTENT - Static variable in class reactor.io.net.http.model.Status
204 No Content
NON_AUTHORITATIVE_INFORMATION - Static variable in class reactor.io.net.http.model.Status
203 Non-Authoritative Information (since HTTP/1.1)
NOOP_CODEC - Static variable in interface reactor.io.net.Spec
 
NOOP_DECODER - Static variable in interface reactor.io.net.Spec
 
NOT_ACCEPTABLE - Static variable in class reactor.io.net.http.model.Status
406 Not Acceptable
NOT_EXTENDED - Static variable in class reactor.io.net.http.model.Status
510 Not Extended (RFC2774)
NOT_FOUND - Static variable in class reactor.io.net.http.model.Status
404 Not Found
NOT_IMPLEMENTED - Static variable in class reactor.io.net.http.model.Status
501 Not Implemented
NOT_MODIFIED - Static variable in class reactor.io.net.http.model.Status
304 Not Modified
notifyError(Throwable) - Method in class reactor.io.net.PeerStream
Notify this server's consumers that the server has errors.
notifyNewChannel(CONN) - Method in class reactor.io.net.PeerStream
Notify this peer's consumers that the channel has been opened.
notifyShutdown() - Method in class reactor.io.net.PeerStream
Notify this server's consumers that the server has stopped.

O

OK - Static variable in class reactor.io.net.http.model.Status
200 OK
on() - Method in interface reactor.io.net.Channel
Assign event handlers to certain channel lifecycle events.
on() - Method in class reactor.io.net.impl.netty.http.NettyHttpChannel
 
on() - Method in class reactor.io.net.impl.netty.NettyChannelStream
 
on() - Method in class reactor.io.net.impl.zmq.ZeroMQChannelStream
 
open() - Method in interface reactor.io.net.Client
Open a channel to the configured address and return a Promise that will be fulfilled with the connected Channel.
open(Reconnect) - Method in interface reactor.io.net.Client
Open a channel to the configured address and return a reactor.rx..Stream that will be populated by the ChannelStream every time a connection or reconnection is made.
open() - Method in class reactor.io.net.impl.netty.http.NettyHttpClient
 
open(Reconnect) - Method in class reactor.io.net.impl.netty.http.NettyHttpClient
 
open() - Method in class reactor.io.net.impl.netty.tcp.NettyTcpClient
 
open(Reconnect) - Method in class reactor.io.net.impl.netty.tcp.NettyTcpClient
 
open() - Method in class reactor.io.net.impl.zmq.tcp.ZeroMQTcpClient
 
open(Reconnect) - Method in class reactor.io.net.impl.zmq.tcp.ZeroMQTcpClient
 
OPTIONS - Static variable in class reactor.io.net.http.model.Method
 
options(ClientSocketOptions) - Method in class reactor.io.net.Spec.HttpClient
Set the common ClientSocketOptions for connections made in this client.
options - Variable in class reactor.io.net.Spec.Server
 
options(ServerSocketOptions) - Method in class reactor.io.net.Spec.Server
Set the common ServerSocketOptions for channels made in this server.
options(ClientSocketOptions) - Method in class reactor.io.net.Spec.TcpClient
Set the common ClientSocketOptions for connections made in this client.
ORIGIN - Static variable in interface reactor.io.net.http.model.HttpHeaders
The HTTP Origin header field name.

P

param(String) - Method in class reactor.io.net.http.HttpChannel
Read URI param from the given key
params() - Method in class reactor.io.net.http.HttpChannel
Read all URI params
PARTIAL_CONTENT - Static variable in class reactor.io.net.http.model.Status
206 Partial Content
PATCH - Static variable in class reactor.io.net.http.model.Method
 
PAYMENT_REQUIRED - Static variable in class reactor.io.net.http.model.Status
402 Payment Required
peer - Variable in class reactor.io.net.ChannelStream
 
PeerStream<IN,OUT,CONN extends ChannelStream<IN,OUT>> - Class in reactor.io.net
Abstract base class that implements common functionality shared by clients and servers.
PeerStream(Environment, Dispatcher, Codec<Buffer, IN, OUT>) - Constructor for class reactor.io.net.PeerStream
 
PeerStream(Environment, Dispatcher, Codec<Buffer, IN, OUT>, long) - Constructor for class reactor.io.net.PeerStream
 
pipeline(Function<CONN, ? extends Publisher<? extends OUT>>) - Method in interface reactor.io.net.Client
A global handling pipeline that will be called on each new connection and will listen for signals emitted by the returned Publisher to write back.
pipeline(Function<HttpChannel<IN, OUT>, ? extends Publisher<? extends OUT>>) - Method in class reactor.io.net.http.HttpClient
 
pipeline(Function<HttpChannel<IN, OUT>, ? extends Publisher<? extends OUT>>) - Method in class reactor.io.net.http.HttpServer
 
pipeline(Function<CONN, ? extends Publisher<? extends OUT>>) - Method in interface reactor.io.net.Server
A global handling pipeline that will be called on each new connection and will listen for signals emitted by the returned Publisher to write back.
pipeline(Function<ChannelStream<IN, OUT>, ? extends Publisher<? extends OUT>>) - Method in class reactor.io.net.tcp.TcpClient
 
pipeline(Function<ChannelStream<IN, OUT>, ? extends Publisher<? extends OUT>>) - Method in class reactor.io.net.tcp.TcpServer
 
pipeline(Function<ChannelStream<IN, OUT>, ? extends Publisher<? extends OUT>>) - Method in class reactor.io.net.udp.DatagramServer
 
pipelineConfigurer() - Method in class reactor.io.net.impl.netty.NettyClientSocketOptions
 
pipelineConfigurer(Consumer<ChannelPipeline>) - Method in class reactor.io.net.impl.netty.NettyClientSocketOptions
 
pipelineConfigurer() - Method in class reactor.io.net.impl.netty.NettyServerSocketOptions
 
pipelineConfigurer(Consumer<ChannelPipeline>) - Method in class reactor.io.net.impl.netty.NettyServerSocketOptions
 
PORT_RANGE_MAX - Static variable in class reactor.io.net.tcp.support.SocketUtils
The default maximum value for port ranges used when finding an available socket port.
PORT_RANGE_MIN - Static variable in class reactor.io.net.tcp.support.SocketUtils
The default minimum value for port ranges used when finding an available socket port.
post(String, Function<HttpChannel<IN, OUT>, ? extends Publisher<? extends OUT>>) - Method in class reactor.io.net.http.HttpClient
 
post(String, Function<HttpChannel<IN, OUT>, ? extends Publisher<? extends OUT>>) - Method in class reactor.io.net.http.HttpServer
 
POST - Static variable in class reactor.io.net.http.model.Method
 
post(String) - Static method in class reactor.io.net.NetSelectors
An alias for reactor.io.net.NetSelectors#http).
PRAGMA - Static variable in interface reactor.io.net.http.model.Headers
The HTTP Pragma header field name.
PRECONDITION_FAILED - Static variable in class reactor.io.net.http.model.Status
412 Precondition Failed
PRECONDITION_REQUIRED - Static variable in class reactor.io.net.http.model.Status
428 Precondition Required (RFC6585)
prefetch() - Method in class reactor.io.net.config.CommonSocketOptions
Gets the prefetch maximum in-flight value
prefetch(long) - Method in class reactor.io.net.config.CommonSocketOptions
Set the Consuming capacity along with eventual flushing strategy each given prefetch iteration.
prefetch - Variable in class reactor.io.net.PeerStream
 
PROCESSING - Static variable in class reactor.io.net.http.model.Status
102 Processing (WebDAV, RFC2518)
protocol() - Method in class reactor.io.net.http.HttpChannel
 
protocol - Variable in class reactor.io.net.http.HttpSelector
 
Protocol - Enum in reactor.io.net.http.model
A Model representation of supported HTTP Protocols
protocol() - Method in class reactor.io.net.impl.netty.http.NettyHttpChannel
 
PROXY_AUTHENTICATE - Static variable in interface reactor.io.net.http.model.ResponseHeaders
The HTTP Proxy-Authenticate header field name.
PROXY_AUTHENTICATION_REQUIRED - Static variable in class reactor.io.net.http.model.Status
407 Proxy Authentication Required
PROXY_AUTHORIZATION - Static variable in interface reactor.io.net.http.model.HttpHeaders
The HTTP Proxy-Authorization header field name.
pull(String) - Method in class reactor.io.net.impl.zmq.tcp.ZeroMQ
 
push(String) - Method in class reactor.io.net.impl.zmq.tcp.ZeroMQ
 
put(String, Function<HttpChannel<IN, OUT>, ? extends Publisher<? extends OUT>>) - Method in class reactor.io.net.http.HttpClient
 
put(String, Function<HttpChannel<IN, OUT>, ? extends Publisher<? extends OUT>>) - Method in class reactor.io.net.http.HttpServer
 
PUT - Static variable in class reactor.io.net.http.model.Method
 
put(String) - Static method in class reactor.io.net.NetSelectors
An alias for reactor.io.net.NetSelectors#http).

R

RANGE - Static variable in interface reactor.io.net.http.model.HttpHeaders
The HTTP Range header field name.
rawData(boolean) - Method in class reactor.io.net.Spec.Server
Bypass any Reactor Buffer encoding for received data
rawData(boolean) - Method in class reactor.io.net.Spec.TcpClient
Bypass any Reactor Buffer encoding for received data
rcvbuf() - Method in class reactor.io.net.config.CommonSocketOptions
Gets the configured SO_RCVBUF (receive buffer) size
rcvbuf(int) - Method in class reactor.io.net.config.CommonSocketOptions
Sets the SO_RCVBUF (receive buffer) size
reactor.io.net - package reactor.io.net
Reactive network components are located in this package scope implementing the following exposed contract: A PeerStream NetServer/NetClient is a Publisher of Channel that are themselves Publisher of input data.
reactor.io.net.codec.syslog - package reactor.io.net.codec.syslog
Decoding using the syslog format.
reactor.io.net.config - package reactor.io.net.config
Configuration of the various TCP parameters for clients and servers.
reactor.io.net.http - package reactor.io.net.http
Components for writing HHTP-based clients and servers using Reactor abstractions.
reactor.io.net.http.model - package reactor.io.net.http.model
 
reactor.io.net.impl.netty - package reactor.io.net.impl.netty
Implementations of the various TCP abstractions based on Netty.
reactor.io.net.impl.netty.http - package reactor.io.net.impl.netty.http
 
reactor.io.net.impl.netty.tcp - package reactor.io.net.impl.netty.tcp
 
reactor.io.net.impl.netty.udp - package reactor.io.net.impl.netty.udp
 
reactor.io.net.impl.zmq - package reactor.io.net.impl.zmq
 
reactor.io.net.impl.zmq.tcp - package reactor.io.net.impl.zmq.tcp
 
reactor.io.net.tcp - package reactor.io.net.tcp
Components for writing TCP-based clients and servers using Reactor abstractions.
reactor.io.net.tcp.ssl - package reactor.io.net.tcp.ssl
Support classes for Reactor's TCP SSL support.
reactor.io.net.tcp.support - package reactor.io.net.tcp.support
 
reactor.io.net.udp - package reactor.io.net.udp
 
ReadableHeaders - Interface in reactor.io.net.http.model
 
readIdle(long, Consumer<Void>) - Method in interface reactor.io.net.Channel.ConsumerSpec
Assign a Runnable to be invoked when reads have become idle for the given timeout.
Reconnect - Interface in reactor.io.net
Implementations of this interface will be instantiated by a Supplier to provide information to the TcpClient whether or not to attempt to reconnect a broken connection.
reconnect(InetSocketAddress, int) - Method in interface reactor.io.net.Reconnect
Provide an InetSocketAddress to which a reconnection attempt should be made.
REFERER - Static variable in interface reactor.io.net.http.model.HttpHeaders
The HTTP Referer header field name.
registerOnPeer() - Method in class reactor.io.net.ChannelStream
notify Peer subscribers the channel has been created and attach the Peer defined writer Publishers
remainingSlots() - Method in class reactor.io.net.impl.netty.NettyEventLoopDispatcher
 
remoteAddress() - Method in interface reactor.io.net.Channel
Get the address of the remote peer.
remoteAddress() - Method in class reactor.io.net.impl.netty.http.NettyHttpChannel
 
remoteAddress() - Method in class reactor.io.net.impl.netty.NettyChannelStream
 
remoteAddress() - Method in class reactor.io.net.impl.zmq.ZeroMQChannelStream
 
remove(String) - Method in interface reactor.io.net.http.model.WritableHeaders
 
remove(String) - Method in class reactor.io.net.impl.netty.http.NettyHttpHeaders
 
remove(String) - Method in class reactor.io.net.impl.netty.http.NettyHttpResponseHeaders
 
removeTransferEncodingChunked() - Method in interface reactor.io.net.http.model.WritableHeaders
 
removeTransferEncodingChunked() - Method in class reactor.io.net.impl.netty.http.NettyHttpHeaders
 
removeTransferEncodingChunked() - Method in class reactor.io.net.impl.netty.http.NettyHttpResponseHeaders
 
reply(String) - Method in class reactor.io.net.impl.zmq.tcp.ZeroMQ
 
request(Method, String, Function<HttpChannel<IN, OUT>, ? extends Publisher<? extends OUT>>) - Method in class reactor.io.net.http.HttpClient
 
request(Method, String, Function<HttpChannel<IN, OUT>, ? extends Publisher<? extends OUT>>) - Method in class reactor.io.net.impl.netty.http.NettyHttpClient
 
request(String) - Method in class reactor.io.net.impl.zmq.tcp.ZeroMQ
 
REQUEST_ENTITY_TOO_LARGE - Static variable in class reactor.io.net.http.model.Status
413 Request Entity Too Large
REQUEST_HEADER_FIELDS_TOO_LARGE - Static variable in class reactor.io.net.http.model.Status
431 Request Header Fields Too Large (RFC6585)
REQUEST_TIMEOUT - Static variable in class reactor.io.net.http.model.Status
408 Request Timeout
REQUEST_URI_TOO_LONG - Static variable in class reactor.io.net.http.model.Status
414 Request-URI Too Long
REQUESTED_RANGE_NOT_SATISFIABLE - Static variable in class reactor.io.net.http.model.Status
416 Requested Range Not Satisfiable
RESET_CONTENT - Static variable in class reactor.io.net.http.model.Status
205 Reset Content
responseHeader(String, String) - Method in class reactor.io.net.http.HttpChannel
 
responseHeaders() - Method in class reactor.io.net.http.HttpChannel
 
ResponseHeaders - Interface in reactor.io.net.http.model
 
responseHeaders() - Method in class reactor.io.net.impl.netty.http.NettyHttpChannel
 
responseStatus() - Method in class reactor.io.net.http.HttpChannel
 
responseStatus(Status) - Method in class reactor.io.net.http.HttpChannel
 
responseStatus() - Method in class reactor.io.net.impl.netty.http.NettyHttpChannel
 
RETRY_AFTER - Static variable in interface reactor.io.net.http.model.ResponseHeaders
The HTTP Retry-After header field name.
reuseAddr() - Method in class reactor.io.net.config.ServerSocketOptions
Returns a boolean indicating whether or not SO_REUSEADDR is enabled
reuseAddr(boolean) - Method in class reactor.io.net.config.ServerSocketOptions
Enables or disables SO_REUSEADDR.
route(Selector, Function<HttpChannel<IN, OUT>, ? extends Publisher<? extends OUT>>) - Method in class reactor.io.net.http.HttpServer
 
routeChannel(HttpChannel<IN, OUT>) - Method in class reactor.io.net.http.HttpServer
 
routeChannel(CONN) - Method in class reactor.io.net.PeerStream
 
routedWriters - Variable in class reactor.io.net.http.HttpServer
 
router(String) - Method in class reactor.io.net.impl.zmq.tcp.ZeroMQ
 
run() - Method in class reactor.io.net.impl.zmq.ZeroMQWorker
 

S

SEE_OTHER - Static variable in class reactor.io.net.http.model.Status
303 See Other (since HTTP/1.1)
SERVER - Static variable in interface reactor.io.net.http.model.ResponseHeaders
The HTTP Server header field name.
server - Variable in class reactor.io.net.impl.netty.http.NettyHttpServer
 
Server<IN,OUT,CONN extends Channel<IN,OUT>> - Interface in reactor.io.net
A network-aware server that will publish virtual connections (NetChannel) to consume data on.
Server() - Constructor for class reactor.io.net.Spec.Server
 
serverImplCtor - Variable in class reactor.io.net.Spec.DatagramServer
 
ServerSocketOptions - Class in reactor.io.net.config
Encapsulates configuration options for server sockets.
ServerSocketOptions() - Constructor for class reactor.io.net.config.ServerSocketOptions
 
SERVICE_UNAVAILABLE - Static variable in class reactor.io.net.http.model.Status
503 Service Unavailable
set(String, String) - Method in interface reactor.io.net.http.model.WritableHeaders
 
set(String, Iterable<String>) - Method in interface reactor.io.net.http.model.WritableHeaders
 
set(String, String) - Method in class reactor.io.net.impl.netty.http.NettyHttpHeaders
 
set(String, Iterable<String>) - Method in class reactor.io.net.impl.netty.http.NettyHttpHeaders
 
set(String, String) - Method in class reactor.io.net.impl.netty.http.NettyHttpResponseHeaders
 
set(String, Iterable<String>) - Method in class reactor.io.net.impl.netty.http.NettyHttpResponseHeaders
 
SET_COOKIE - Static variable in interface reactor.io.net.http.model.ResponseHeaders
The HTTP Set-Cookie header field name.
SET_COOKIE2 - Static variable in interface reactor.io.net.http.model.ResponseHeaders
The HTTP Set-Cookie2 header field name.
setConnectionId(String) - Method in class reactor.io.net.impl.zmq.ZeroMQChannelStream
 
setSocket(ZMQ.Socket) - Method in class reactor.io.net.impl.zmq.ZeroMQChannelStream
 
shutdown() - Method in class reactor.io.net.impl.netty.http.NettyHttpServer
 
shutdown() - Method in class reactor.io.net.impl.netty.NettyEventLoopDispatcher
 
shutdown() - Method in class reactor.io.net.impl.netty.tcp.NettyTcpServer
 
shutdown() - Method in class reactor.io.net.impl.netty.udp.NettyDatagramServer
 
shutdown() - Method in class reactor.io.net.impl.zmq.tcp.ZeroMQ
 
shutdown() - Method in class reactor.io.net.impl.zmq.tcp.ZeroMQTcpServer
 
shutdown() - Method in class reactor.io.net.impl.zmq.ZeroMQWorker
 
shutdown() - Method in interface reactor.io.net.Server
Shutdown this Server and complete the returned Promise when shut down.
sink(Publisher<? extends OUT>) - Method in interface reactor.io.net.Channel
Send data to the peer, listen for any error on write and close on terminal signal (complete|error).
sink(Publisher<? extends OUT>) - Method in class reactor.io.net.ChannelStream
 
sinkBuffers(Publisher<? extends Buffer>) - Method in class reactor.io.net.ChannelStream
 
sndbuf() - Method in class reactor.io.net.config.CommonSocketOptions
Gets the configured SO_SNDBUF (send buffer) size
sndbuf(int) - Method in class reactor.io.net.config.CommonSocketOptions
Sets the SO_SNDBUF (send buffer) size
socketConfigurer() - Method in class reactor.io.net.impl.zmq.ZeroMQClientSocketOptions
The Consumer responsible for configuring the underlying ZeroMQ socket.
socketConfigurer(Consumer<ZMQ.Socket>) - Method in class reactor.io.net.impl.zmq.ZeroMQClientSocketOptions
Set the Consumer responsible for configure the underlying ZeroMQ socket.
socketConfigurer() - Method in class reactor.io.net.impl.zmq.ZeroMQServerSocketOptions
The Consumer responsible for configuring the underlying ZeroMQ socket.
socketConfigurer(Consumer<ZMQ.Socket>) - Method in class reactor.io.net.impl.zmq.ZeroMQServerSocketOptions
Set the Consumer responsible for configure the underlying ZeroMQ socket.
socketType() - Method in class reactor.io.net.impl.zmq.ZeroMQClientSocketOptions
The type of the ZMQ socket to create.
socketType(int) - Method in class reactor.io.net.impl.zmq.ZeroMQClientSocketOptions
Set the type of ZMQ socket to create.
socketType() - Method in class reactor.io.net.impl.zmq.ZeroMQServerSocketOptions
The type of the ZMQ socket to create.
socketType(int) - Method in class reactor.io.net.impl.zmq.ZeroMQServerSocketOptions
Set the type of ZMQ socket to create.
SocketUtils - Class in reactor.io.net.tcp.support
NOTE: This code is a copy of that available in the Spring Framework.
SocketUtils() - Constructor for class reactor.io.net.tcp.support.SocketUtils
Although SocketUtils consists solely of static utility methods, this constructor is intentionally public.
Spec - Interface in reactor.io.net
Specifications used to build client and servers.
Spec.DatagramServer<IN,OUT> - Class in reactor.io.net
 
Spec.HttpClient<IN,OUT> - Class in reactor.io.net
A helper class for specifying a HttpClient
Spec.HttpServer<IN,OUT> - Class in reactor.io.net
A HttpServer Spec is used to specify an HttpServer
Spec.IncrementalBackoffReconnect - Class in reactor.io.net
A helper class for configure a new Reconnect.
Spec.Server<IN,OUT,CONN extends Channel<IN,OUT>,S extends Spec.Server<IN,OUT,CONN,S,N>,N extends Server<IN,OUT,CONN>> - Class in reactor.io.net
 
Spec.TcpClient<IN,OUT> - Class in reactor.io.net
A helper class for specifying a TcpClient
Spec.TcpServer<IN,OUT> - Class in reactor.io.net
A TcpServerSpec is used to specify a TcpServer
ssl(SslOptions) - Method in class reactor.io.net.Spec.HttpClient
Set the options to use for configuring SSL.
ssl(SslOptions) - Method in class reactor.io.net.Spec.HttpServer
Set the options to use for configuring SSL.
ssl(SslOptions) - Method in class reactor.io.net.Spec.TcpClient
Set the options to use for configuring SSL.
ssl(SslOptions) - Method in class reactor.io.net.Spec.TcpServer
Set the options to use for configuring SSL.
SSLEngineSupplier - Class in reactor.io.net.tcp.ssl
 
SSLEngineSupplier(SslOptions, boolean) - Constructor for class reactor.io.net.tcp.ssl.SSLEngineSupplier
 
SslOptions - Class in reactor.io.net.config
Helper class encapsulating common SSL configuration options.
SslOptions() - Constructor for class reactor.io.net.config.SslOptions
 
sslProtocol() - Method in class reactor.io.net.config.SslOptions
 
sslProtocol(String) - Method in class reactor.io.net.config.SslOptions
 
start() - Method in class reactor.io.net.impl.netty.http.NettyHttpServer
 
start() - Method in class reactor.io.net.impl.netty.tcp.NettyTcpServer
 
start() - Method in class reactor.io.net.impl.netty.udp.NettyDatagramServer
 
start() - Method in class reactor.io.net.impl.zmq.tcp.ZeroMQTcpServer
 
start(ZMQ.Socket) - Method in class reactor.io.net.impl.zmq.ZeroMQWorker
 
start() - Method in interface reactor.io.net.Server
Start and bind this Server to the configured listen port.
start() - Method in class reactor.io.net.udp.DatagramServer
Start this server.
Status - Class in reactor.io.net.http.model
 
subscribe(Subscriber<? super IN>) - Method in class reactor.io.net.ChannelStream
 
subscribe(Subscriber<? super CONN>) - Method in class reactor.io.net.PeerStream
 
subscribeChannelHandlers(Stream<? extends OUT>, CONN) - Method in class reactor.io.net.PeerStream
 
subscription() - Method in class reactor.io.net.impl.netty.NettyNetChannelInboundHandler
 
supportsOrdering() - Method in class reactor.io.net.impl.netty.NettyEventLoopDispatcher
 
SWITCHING_PROTOCOLS - Static variable in class reactor.io.net.http.model.Status
101 Switching Protocols
SyslogCodec - Class in reactor.io.net.codec.syslog
A coded for consuming syslog messages.
SyslogCodec() - Constructor for class reactor.io.net.codec.syslog.SyslogCodec
 
SyslogMessage - Class in reactor.io.net.codec.syslog
An object representation of a syslog message
SyslogMessage(String, int, int, int, Date, String, String) - Constructor for class reactor.io.net.codec.syslog.SyslogMessage
Creates a new syslog message.

T

tcpClient() - Static method in class reactor.io.net.NetStreams
Bind a new TCP client to the localhost on port 12012.
tcpClient(String) - Static method in class reactor.io.net.NetStreams
Bind a new TCP client to the specified connect address and port 12012.
tcpClient(int) - Static method in class reactor.io.net.NetStreams
Bind a new TCP client to "loopback" on the the specified port.
tcpClient(String, int) - Static method in class reactor.io.net.NetStreams
Bind a new TCP client to the specified connect address and port.
tcpClient(Function<? super Spec.TcpClient<IN, OUT>, ? extends Spec.TcpClient<IN, OUT>>) - Static method in class reactor.io.net.NetStreams
Bind a new TCP client to the specified connect address and port.
tcpClient(Class<? extends TcpClient>, Function<? super Spec.TcpClient<IN, OUT>, ? extends Spec.TcpClient<IN, OUT>>) - Static method in class reactor.io.net.NetStreams
Bind a new TCP client to the specified connect address and port.
TcpClient<IN,OUT> - Class in reactor.io.net.tcp
The base class for a Reactor-based TCP client.
TcpClient(Environment, Dispatcher, InetSocketAddress, ClientSocketOptions, SslOptions, Codec<Buffer, IN, OUT>) - Constructor for class reactor.io.net.tcp.TcpClient
 
tcpNoDelay() - Method in class reactor.io.net.config.CommonSocketOptions
Returns a boolean indicating whether or not TCP_NODELAY is enabled
tcpNoDelay(boolean) - Method in class reactor.io.net.config.CommonSocketOptions
Enables or disables TCP_NODELAY
tcpServer() - Static method in class reactor.io.net.NetStreams
Bind a new TCP server to "loopback" on port 12012.
tcpServer(int) - Static method in class reactor.io.net.NetStreams
Bind a new TCP server to "loopback" on the given port.
tcpServer(String) - Static method in class reactor.io.net.NetStreams
Bind a new TCP server to the given bind address on port 12012.
tcpServer(String, int) - Static method in class reactor.io.net.NetStreams
Bind a new TCP server to the given bind address and port.
tcpServer(Function<? super Spec.TcpServer<IN, OUT>, ? extends Spec.TcpServer<IN, OUT>>) - Static method in class reactor.io.net.NetStreams
Bind a new TCP server to the specified bind address and port.
tcpServer(Class<? extends TcpServer>, Function<? super Spec.TcpServer<IN, OUT>, ? extends Spec.TcpServer<IN, OUT>>) - Static method in class reactor.io.net.NetStreams
Bind a new TCP server to the specified bind address and port.
TcpServer<IN,OUT> - Class in reactor.io.net.tcp
Base functionality needed by all servers that communicate with clients over TCP.
TcpServer(Environment, Dispatcher, InetSocketAddress, ServerSocketOptions, SslOptions, Codec<Buffer, IN, OUT>) - Constructor for class reactor.io.net.tcp.TcpServer
 
TE - Static variable in interface reactor.io.net.http.model.HttpHeaders
The HTTP TE header field name.
TEMPORARY_REDIRECT - Static variable in class reactor.io.net.http.model.Status
307 Temporary Redirect (since HTTP/1.1)
timeout() - Method in class reactor.io.net.config.CommonSocketOptions
Gets the SO_TIMEOUT value
timeout(int) - Method in class reactor.io.net.config.CommonSocketOptions
Set the SO_TIMEOUT value.
TOO_MANY_REQUESTS - Static variable in class reactor.io.net.http.model.Status
429 Too Many Requests (RFC6585)
toString() - Method in class reactor.io.net.codec.syslog.SyslogMessage
 
toString() - Method in enum reactor.io.net.http.model.Protocol
 
toString() - Method in class reactor.io.net.http.model.Status
 
toString() - Method in enum reactor.io.net.http.model.Transfer
 
toString() - Method in class reactor.io.net.impl.netty.NettyChannelStream
 
toString() - Method in class reactor.io.net.impl.zmq.ZeroMQChannelStream
 
TRACE - Static variable in class reactor.io.net.http.model.Method
 
TRAILER - Static variable in interface reactor.io.net.http.model.ResponseHeaders
The HTTP Trailer header field name.
transfer() - Method in class reactor.io.net.http.HttpChannel
 
transfer(Transfer) - Method in class reactor.io.net.http.HttpChannel
 
Transfer - Enum in reactor.io.net.http.model
 
transfer() - Method in class reactor.io.net.impl.netty.http.NettyHttpChannel
 
transfer(Transfer) - Method in class reactor.io.net.impl.netty.http.NettyHttpChannel
 
TRANSFER_ENCODING - Static variable in interface reactor.io.net.http.model.ResponseHeaders
The HTTP Transfer-Encoding header field name.
transferEncodingChunked() - Method in interface reactor.io.net.http.model.WritableHeaders
 
transferEncodingChunked() - Method in class reactor.io.net.impl.netty.http.NettyHttpHeaders
 
transferEncodingChunked() - Method in class reactor.io.net.impl.netty.http.NettyHttpResponseHeaders
 
trustManagerFactoryAlgorithm() - Method in class reactor.io.net.config.SslOptions
 
trustManagerFactoryAlgorithm(String) - Method in class reactor.io.net.config.SslOptions
 
trustManagerPasswd() - Method in class reactor.io.net.config.SslOptions
 
trustManagerPasswd(String) - Method in class reactor.io.net.config.SslOptions
 
trustManagers() - Method in class reactor.io.net.config.SslOptions
 
trustManagers(Supplier<TrustManager[]>) - Method in class reactor.io.net.config.SslOptions
 

U

udpServer() - Static method in class reactor.io.net.NetStreams
Bind a new UDP server to the "loopback" address.
udpServer(String) - Static method in class reactor.io.net.NetStreams
Bind a new UDP server to the given bind address.
udpServer(int) - Static method in class reactor.io.net.NetStreams
Bind a new UDP server to the "loopback" address and specified port.
udpServer(String, int) - Static method in class reactor.io.net.NetStreams
Bind a new UDP server to the given bind address and port.
udpServer(Function<? super Spec.DatagramServer<IN, OUT>, ? extends Spec.DatagramServer<IN, OUT>>) - Static method in class reactor.io.net.NetStreams
Bind a new UDP server to the specified bind address and port.
udpServer(Class<? extends DatagramServer>, Function<? super Spec.DatagramServer<IN, OUT>, ? extends Spec.DatagramServer<IN, OUT>>) - Static method in class reactor.io.net.NetStreams
Bind a new UDP server to the specified bind address and port.
UNAUTHORIZED - Static variable in class reactor.io.net.http.model.Status
401 Unauthorized
UNORDERED_COLLECTION - Static variable in class reactor.io.net.http.model.Status
425 Unordered Collection (WebDAV, RFC3648)
UNPROCESSABLE_ENTITY - Static variable in class reactor.io.net.http.model.Status
422 Unprocessable Entity (WebDAV, RFC4918)
UNSUPPORTED_MEDIA_TYPE - Static variable in class reactor.io.net.http.model.Status
415 Unsupported Media Type
UPGRADE - Static variable in interface reactor.io.net.http.model.Headers
The HTTP Upgrade header field name.
UPGRADE_REQUIRED - Static variable in class reactor.io.net.http.model.Status
426 Upgrade Required (RFC2817)
uri() - Method in class reactor.io.net.http.HttpChannel
 
uri() - Method in class reactor.io.net.impl.netty.http.NettyHttpChannel
 
uriPathSelector - Variable in class reactor.io.net.http.HttpSelector
 
USE_PROXY - Static variable in class reactor.io.net.http.model.Status
305 Use Proxy (since HTTP/1.1)
USER_AGENT - Static variable in interface reactor.io.net.http.model.HttpHeaders
The HTTP User-Agent header field name.

V

valueOf(String) - Static method in enum reactor.io.net.http.model.Protocol
Returns the enum constant of this type with the specified name.
valueOf(int) - Static method in class reactor.io.net.http.model.Status
Returns the Status represented by the specified code.
valueOf(String) - Static method in enum reactor.io.net.http.model.Transfer
Returns the enum constant of this type with the specified name.
values() - Static method in enum reactor.io.net.http.model.Protocol
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum reactor.io.net.http.model.Transfer
Returns an array containing the constants of this enum type, in the order they are declared.
VARIANT_ALSO_NEGOTIATES - Static variable in class reactor.io.net.http.model.Status
506 Variant Also Negotiates (RFC2295)
VARY - Static variable in interface reactor.io.net.http.model.ResponseHeaders
The HTTP Vary header field name.
VIA - Static variable in interface reactor.io.net.http.model.ResponseHeaders
The HTTP Via header field name.

W

WARNING - Static variable in interface reactor.io.net.http.model.Headers
The HTTP Warning header field name.
WritableHeaders<T> - Interface in reactor.io.net.http.model
 
write(Buffer, Subscriber<?>, boolean) - Method in class reactor.io.net.ChannelStream
Subclasses must implement this method to perform the actual IO of writing data to the connection.
write(ByteBuffer, Subscriber<?>, boolean) - Method in class reactor.io.net.ChannelStream
Subclasses must implement this method to perform the actual IO of writing data to the connection.
write(Object, Subscriber<?>, boolean) - Method in class reactor.io.net.ChannelStream
Subclasses must implement this method to perform the actual IO of writing data to the connection.
write(ByteBuffer, Subscriber<?>, boolean) - Method in class reactor.io.net.impl.netty.http.NettyHttpChannel
 
write(Object, Subscriber<?>, boolean) - Method in class reactor.io.net.impl.netty.http.NettyHttpChannel
 
write(ByteBuffer, Subscriber<?>, boolean) - Method in class reactor.io.net.impl.netty.NettyChannelStream
 
write(Object, Subscriber<?>, boolean) - Method in class reactor.io.net.impl.netty.NettyChannelStream
 
write(ByteBuffer, Subscriber<?>, boolean) - Method in class reactor.io.net.impl.zmq.ZeroMQChannelStream
 
write(Buffer, Subscriber<?>, boolean) - Method in class reactor.io.net.impl.zmq.ZeroMQChannelStream
 
write(Object, Subscriber<?>, boolean) - Method in class reactor.io.net.impl.zmq.ZeroMQChannelStream
 
writeIdle(long, Consumer<Void>) - Method in interface reactor.io.net.Channel.ConsumerSpec
Assign a Runnable to be invoked when writes have become idle for the given timeout.
WWW_AUTHENTICATE - Static variable in interface reactor.io.net.http.model.ResponseHeaders
The HTTP WWW-Authenticate header field name.

Z

ZeroMQ<T> - Class in reactor.io.net.impl.zmq.tcp
 
ZeroMQ(Environment) - Constructor for class reactor.io.net.impl.zmq.tcp.ZeroMQ
 
ZeroMQ(Environment, String) - Constructor for class reactor.io.net.impl.zmq.tcp.ZeroMQ
 
ZeroMQ(Environment, Dispatcher) - Constructor for class reactor.io.net.impl.zmq.tcp.ZeroMQ
 
ZeroMQChannelStream<IN,OUT> - Class in reactor.io.net.impl.zmq
 
ZeroMQChannelStream(Environment, long, PeerStream<IN, OUT, ChannelStream<IN, OUT>>, Dispatcher, Dispatcher, Codec<Buffer, IN, OUT>) - Constructor for class reactor.io.net.impl.zmq.ZeroMQChannelStream
 
ZeroMQClientSocketOptions - Class in reactor.io.net.impl.zmq
ClientSocketOptions that include ZeroMQ-specific configuration options.
ZeroMQClientSocketOptions() - Constructor for class reactor.io.net.impl.zmq.ZeroMQClientSocketOptions
 
ZeroMQServerSocketOptions - Class in reactor.io.net.impl.zmq
ServerSocketOptions that include ZeroMQ-specific configuration options.
ZeroMQServerSocketOptions() - Constructor for class reactor.io.net.impl.zmq.ZeroMQServerSocketOptions
 
ZeroMQTcpClient<IN,OUT> - Class in reactor.io.net.impl.zmq.tcp
 
ZeroMQTcpClient(Environment, Dispatcher, InetSocketAddress, ClientSocketOptions, SslOptions, Codec<Buffer, IN, OUT>) - Constructor for class reactor.io.net.impl.zmq.tcp.ZeroMQTcpClient
 
ZeroMQTcpServer<IN,OUT> - Class in reactor.io.net.impl.zmq.tcp
 
ZeroMQTcpServer(Environment, Dispatcher, InetSocketAddress, ServerSocketOptions, SslOptions, Codec<Buffer, IN, OUT>) - Constructor for class reactor.io.net.impl.zmq.tcp.ZeroMQTcpServer
 
ZeroMQWorker - Class in reactor.io.net.impl.zmq
 
ZeroMQWorker(UUID, int, int, ZContext, Broadcaster<ZMsg>) - Constructor for class reactor.io.net.impl.zmq.ZeroMQWorker
 
A B C D E F G H I J K L M N O P R S T U V W Z 
Skip navigation links