Method | Description | |
---|---|---|
BufferSize ( int bufferSize ) : |
||
Build ( ) : IServerFactory | ||
Executor ( IExecutor executor ) : |
||
OnConnect ( ConnectionEstablishedCallback connectionEstablishedCallback ) : |
||
OnDisconnect ( ConnectionTerminatedCallback connectionTerminatedCallback ) : |
||
OnError ( ExceptionCallback exceptionCallback ) : |
||
OnReceive ( ReceivedDataCallback receivedDataCallback ) : |
||
ServerBootstrap ( ) : System | ||
ServerBootstrap ( |
||
SetAllocator ( IByteBufAllocator allocator ) : |
||
SetConfig ( IConnectionConfig config ) : |
||
SetDecoder ( IMessageDecoder decoder ) : |
||
SetEncoder ( IMessageEncoder encoder ) : |
||
SetOption ( string optionKey, object optionValue ) : |
||
SetTransport ( TransportType type ) : |
||
Validate ( ) : void | ||
WorkerThreads ( int workerThreadCount ) : |
||
WorkersAreProxies ( bool useProxies ) : |
||
WorkersShareFiber ( bool shareFiber ) : |
Method | Description | |
---|---|---|
BuildInternal ( ) : IConnectionFactory |
public BufferSize ( int bufferSize ) : |
||
bufferSize | int | |
return |
protected BuildInternal ( ) : IConnectionFactory | ||
return | IConnectionFactory |
public Executor ( IExecutor executor ) : |
||
executor | IExecutor | |
return |
public OnConnect ( ConnectionEstablishedCallback connectionEstablishedCallback ) : |
||
connectionEstablishedCallback | ConnectionEstablishedCallback | |
return |
public OnDisconnect ( ConnectionTerminatedCallback connectionTerminatedCallback ) : |
||
connectionTerminatedCallback | ConnectionTerminatedCallback | |
return |
public OnError ( ExceptionCallback exceptionCallback ) : |
||
exceptionCallback | ExceptionCallback | |
return |
public OnReceive ( ReceivedDataCallback receivedDataCallback ) : |
||
receivedDataCallback | ReceivedDataCallback | |
return |
public ServerBootstrap ( |
||
other | ||
return | System |
public SetAllocator ( IByteBufAllocator allocator ) : |
||
allocator | IByteBufAllocator | |
return |
public SetConfig ( IConnectionConfig config ) : |
||
config | IConnectionConfig | |
return |
public SetDecoder ( IMessageDecoder decoder ) : |
||
decoder | IMessageDecoder | |
return |
public SetEncoder ( IMessageEncoder encoder ) : |
||
encoder | IMessageEncoder | |
return |
public SetOption ( string optionKey, object optionValue ) : |
||
optionKey | string | |
optionValue | object | |
return |
public SetTransport ( TransportType type ) : |
||
type | TransportType | |
return |
public WorkerThreads ( int workerThreadCount ) : |
||
workerThreadCount | int | |
return |
public WorkersAreProxies ( bool useProxies ) : |
||
useProxies | bool | |
return |
public WorkersShareFiber ( bool shareFiber ) : |
||
shareFiber | bool | |
return |