Property | Type | Description | |
---|---|---|---|
OnReadCompletedSync | void |
Method | Description | |
---|---|---|
TcpServerSocketChannel ( ) : System |
Create a new instance
|
|
TcpServerSocketChannel ( AddressFamily addressFamily ) : System |
Create a new instance
|
|
TcpServerSocketChannel ( Socket socket ) : System |
Create a new instance using the given {@link Socket}.
|
Method | Description | |
---|---|---|
DoBind ( |
||
DoClose ( ) : void | ||
DoConnect ( |
||
DoDisconnect ( ) : void | ||
DoFinishConnect ( |
||
DoWrite ( ChannelOutboundBuffer input ) : void | ||
FilterOutboundMessage ( object msg ) : object | ||
NewUnsafe ( ) : IChannelUnsafe | ||
ScheduleSocketRead ( ) : void |
Method | Description | |
---|---|---|
OnReadCompletedSync ( object u, object p ) : void |
protected DoBind ( |
||
localAddress | ||
return | void |
protected DoConnect ( |
||
remoteAddress | ||
localAddress | ||
return | bool |
protected DoFinishConnect ( |
||
operation | ||
return | void |
protected DoWrite ( ChannelOutboundBuffer input ) : void | ||
input | ChannelOutboundBuffer | |
return | void |
protected final FilterOutboundMessage ( object msg ) : object | ||
msg | object | |
return | object |
public TcpServerSocketChannel ( AddressFamily addressFamily ) : System | ||
addressFamily | AddressFamily | |
return | System |
public TcpServerSocketChannel ( Socket socket ) : System | ||
socket | Socket | |
return | System |