Uses of Class
com.iizix.prop.ServerSocketCommProps
Packages that use ServerSocketCommProps Package Description com.iizix.comm com.iizix.prop Uses of ServerSocketCommProps in com.iizix.comm
Fields in com.iizix.comm declared as ServerSocketCommProps Modifier and Type Field Description ServerSocketCommProps
ServerSocketComm. properties
The properties for the socket.Constructors in com.iizix.comm with parameters of type ServerSocketCommProps Constructor Description ServerSocketComm(ServerSocketCommProps properties, Worker worker, ServerSocketCommListener listener)
Creates a new Server Socket Communication channel as UNINITIALIZED.Uses of ServerSocketCommProps in com.iizix.prop
Subclasses of ServerSocketCommProps in com.iizix.prop Modifier and Type Class Description class
WebSocketServerCommProps
This property container contains all properties required for a WebSocket Server (NIO) connection.