Method | Description | |
---|---|---|
Configure ( IConnectionConfig config ) : void | ||
Dispose ( bool disposing ) : void | ||
Send ( byte buffer, int index, int length, INode destination ) : void | ||
TcpProxyReactor ( |
Method | Description | |
---|---|---|
StartInternal ( ) : void | ||
StopInternal ( ) : void |
Method | Description | |
---|---|---|
AcceptCallback ( IAsyncResult ar ) : void | ||
CloseConnection ( |
||
CloseConnection ( IConnection remoteHost ) : void | ||
ReceiveCallback ( IAsyncResult ar ) : void |
public Configure ( IConnectionConfig config ) : void | ||
config | IConnectionConfig | |
return | void |
public Send ( byte buffer, int index, int length, INode destination ) : void | ||
buffer | byte | |
index | int | |
length | int | |
destination | INode | |
return | void |
public TcpProxyReactor ( |
||
localAddress | ||
localPort | int | |
eventLoop | ||
encoder | IMessageEncoder | |
decoder | IMessageDecoder | |
allocator | IByteBufAllocator | |
bufferSize | int | |
return | System |