| Package | Description |
|---|---|
| org.rapidoid.net | |
| org.rapidoid.net.impl |
| Modifier and Type | Method and Description |
|---|---|
Protocol |
ServerBuilder.protocol() |
| Modifier and Type | Method and Description |
|---|---|
ServerBuilder |
ServerBuilder.protocol(Protocol protocol) |
| Modifier and Type | Class and Description |
|---|---|
class |
ExchangeProtocol<T extends DefaultExchange<?>> |
| Modifier and Type | Field and Description |
|---|---|
protected Protocol |
RapidoidServerLoop.protocol |
| Modifier and Type | Method and Description |
|---|---|
Protocol |
RapidoidServerLoop.getProtocol() |
Protocol |
RapidoidConnection.getProtocol() |
| Modifier and Type | Method and Description |
|---|---|
void |
RapidoidConnection.setProtocol(Protocol protocol) |
| Constructor and Description |
|---|
RapidoidChannel(SocketChannel socketChannel,
boolean isClient,
Protocol protocol) |
RapidoidServerLoop(Protocol protocol,
Class<? extends DefaultExchange<?>> exchangeClass,
Class<? extends RapidoidHelper> helperClass,
String address,
int port,
int workers,
int bufSizeKB,
boolean noDelay,
boolean syncBufs,
boolean blockingAccept,
SSLContext sslContext) |
RapidoidWorker(String name,
Protocol protocol,
RapidoidHelper helper,
int bufSizeKB,
boolean noDelay,
boolean syncBufs,
SSLContext sslContext) |
RapidoidWorkerThread(int workerIndex,
Protocol protocol,
Class<? extends DefaultExchange<?>> exchangeClass,
Class<? extends RapidoidHelper> helperClass,
int bufSizeKB,
boolean noDelay,
boolean syncBufs,
SSLContext sslContext) |
Copyright © 2014–2017 Nikolche Mihajlovski and contributors. All rights reserved.