Uses of Class
org.jgroups.protocols.TCP
-
Packages that use TCP Package Description org.jgroups.protocols Provides implementations of transport protocols which are responsible for sending and receiving messages to/from the network. -
-
Uses of TCP in org.jgroups.protocols
Methods in org.jgroups.protocols that return TCP Modifier and Type Method Description TCP
TCP. clearConnections()
TCP
TCP. logAcceptError(boolean l)
TCP
TCP. maxSendQueue(int s)
TCP
TCP. nonBlockingSends(boolean b)
TCP
TCP. setBufferedInputStreamSize(int buffered_input_stream_size)
TCP
TCP. setBufferedOutputStreamSize(int buffered_output_stream_size)
TCP
TCP. tls(TLS t)
-