Uses of Class
org.jgroups.blocks.cs.NioBaseServer
Packages that use NioBaseServer
-
Uses of NioBaseServer in org.jgroups.blocks.cs
Subclasses of NioBaseServer in org.jgroups.blocks.csModifier and TypeClassDescriptionclassclassServer for sending and receiving messages via NIO channels.Methods in org.jgroups.blocks.cs that return NioBaseServerModifier and TypeMethodDescriptionNioBaseServer.copyOnPartialWrite(boolean b) NioBaseServer.maxSendBuffers(int num) NioBaseServer.readerIdleTime(long t) Constructors in org.jgroups.blocks.cs with parameters of type NioBaseServerModifierConstructorDescriptionNioConnection(SocketChannel channel, NioBaseServer server) NioConnection(Address peer_addr, NioBaseServer server) Creates a connection stub and binds it, useNioConnection.connect(Address)to connect