| Package | Description |
|---|---|
| org.rapidoid.net | |
| org.rapidoid.net.impl |
| Modifier and Type | Method and Description |
|---|---|
static TCPServer |
Serve.listen(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 |
RapidoidConnection.getProtocol() |
Protocol |
RapidoidServerLoop.getProtocol() |
| Modifier and Type | Method and Description |
|---|---|
TCPServerBuilder |
TCPServerBuilder.protocol(Protocol protocol) |
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) |
RapidoidWorker(String name,
Protocol protocol,
RapidoidHelper helper,
int bufSizeKB,
boolean noNelay) |
RapidoidWorkerThread(int workerIndex,
Protocol protocol,
Class<? extends DefaultExchange<?>> exchangeClass,
Class<? extends RapidoidHelper> helperClass) |
Copyright © 2014–2015 Nikolche Mihajlovski and contributors. All rights reserved.