Uses of Class
org.jgroups.blocks.cs.NioServer
-
Packages that use NioServer Package Description org.jgroups.protocols Provides implementations of transport protocols which are responsible for sending and receiving messages to/from the network. -
-
Uses of NioServer in org.jgroups.protocols
Fields in org.jgroups.protocols declared as NioServer Modifier and Type Field Description protected NioServer
TCP_NIO2. server
protected NioServer
FD_SOCK2. srv
Methods in org.jgroups.protocols that return NioServer Modifier and Type Method Description protected NioServer
FD_SOCK2. createServer(int[] bind_ports)
-