|
|||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||
TcpConnection.TcpListener, this
method is called each time a new connection is made.
ByteArrayLengthHeaderSerializer.HEADER_SIZE_INT
ServerSocket.
Socket.
ServerSocket and
Socket.SSLServerSocket and
SSLSocket.TcpNioConnectionSupport for non-SSL
NIO connections.TcpNioConnectionSupport for SSL
NIO connections.TcpSocketSupport; makes no
changes to sockets.TcpSSLContextSupport; uses a
'TLS' (by default) SSLContext, initialized with 'JKS'
keystores, managed by 'SunX509' Key and Trust managers..$[]^*+{}()\?|TcpConnections
that can iterate over a connection from each factory until the write
succeeds or the list is exhausted.AbstractConnectionFactory.setSingleUse(boolean) was called with
true, a new connection is returned; otherwise a single connection is
reused for all requests while the connection remains open.
AbstractConnectionFactory.setTaskExecutor(Executor).
ServerSocketFactory to be used to
create new ServerSockets.
SocketFactory to be used to
create new Sockets.
MessageHandler implementation that maps a Message into
a UDP datagram packet and sends that to the specified multicast address
(224.0.0.0 to 239.255.255.255) and port.ServerSocket.accept().
Socket after
the socket has been created by a client, or accepted by
a server, and after any configured atributes have been
set.
TcpListener, this
method is called each time a connection is closed.
AbstractClientConnectionFactory or AbstractServerConnectionFactory.
AbstractConnectionFactory.setTaskExecutor(Executor).
Use AbstractServerConnectionFactory.setBacklog(int) to set the connection backlog.
AbstractServerConnectionFactory.setBacklog(int) to set the connection backlog.
SSLContext.getInstance(String); default "TLS".
AbstractEndpoint.setTaskScheduler(TaskScheduler)
AbstractEndpoint.setTaskScheduler(TaskScheduler)
TcpSendingMessageHandler.setTaskScheduler(TaskScheduler)
MulticastSocket time to live property.
Socket and SocketChannel that
sends Message objects by serializing the payload
and streaming it to the destination.TcpConnectionTcpConnection to a Message.TcpNetConnections.Socket.TcpNetConnections using
a ServerSocket.TcpNioConnections.SocketChannel.TcpNioConnection object.TcpNioConnections using
a ServerSocketChannel.TcpConnection supporting SSL/TLS over NIO.SSLContext object
for use with SSL/TLS sockets.MessageHandler implementation that maps a Message into
a UDP datagram packet and sends that to the specified host and port.
|
|||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||