Method | Description | |
---|---|---|
ShutdownOutputAsync ( ) : System.Threading.Tasks.Task | ||
TcpSocketChannel ( ) : System |
Create a new instance
|
|
TcpSocketChannel ( AddressFamily addressFamily ) : System |
Create a new instance
|
|
TcpSocketChannel ( IChannel parent, Socket socket ) : System |
Create a new instance @param parent the {@link Channel} which created this instance or {@code null} if it was created by the user @param socket the {@link SocketChannel} which will be used
|
|
TcpSocketChannel ( Socket socket ) : System |
Create a new instance using the given {@link SocketChannel}.
|
Method | Description | |
---|---|---|
DoBind ( |
||
DoClose ( ) : void | ||
DoConnect ( |
||
DoDisconnect ( ) : void | ||
DoFinishConnect ( |
||
DoReadBytes ( IByteBuf buf ) : int | ||
DoWrite ( ChannelOutboundBuffer input ) : void | ||
DoWriteBytes ( IByteBuf buf ) : int | ||
NewUnsafe ( ) : IChannelUnsafe |
Method | Description | |
---|---|---|
OnConnected ( ) : void | ||
ShutdownOutput0 ( TaskCompletionSource promise ) : void | ||
TcpSocketChannel ( IChannel parent, Socket socket, bool connected ) : System |
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 DoWriteBytes ( IByteBuf buf ) : int | ||
buf | IByteBuf | |
return | int |
public ShutdownOutputAsync ( ) : System.Threading.Tasks.Task | ||
return | System.Threading.Tasks.Task |
public TcpSocketChannel ( AddressFamily addressFamily ) : System | ||
addressFamily | AddressFamily | |
return | System |
public TcpSocketChannel ( IChannel parent, Socket socket ) : System | ||
parent | IChannel | |
socket | Socket | |
return | System |
public TcpSocketChannel ( Socket socket ) : System | ||
socket | Socket | |
return | System |