| Package | Description |
|---|---|
| org.rapidoid.net | |
| org.rapidoid.net.impl |
| Modifier and Type | Method and Description |
|---|---|
void |
Protocol.process(Channel ctx) |
| Modifier and Type | Class and Description |
|---|---|
class |
RapidoidConnection |
| Modifier and Type | Field and Description |
|---|---|
protected Channel |
DefaultExchange.conn |
| Modifier and Type | Method and Description |
|---|---|
Channel |
RapidoidConnection.close() |
Channel |
RapidoidConnection.closeIf(boolean condition) |
Channel |
RapidoidConnection.send() |
Channel |
RapidoidConnection.write(byte[] bytes) |
Channel |
RapidoidConnection.write(byte[] bytes,
int offset,
int length) |
Channel |
RapidoidConnection.write(ByteBuffer buf) |
Channel |
RapidoidConnection.write(File file) |
Channel |
RapidoidConnection.write(String s) |
Channel |
RapidoidConnection.writeJSON(Object value) |
Channel |
RapidoidConnection.writeln(String s) |
| Modifier and Type | Method and Description |
|---|---|
void |
IgnorantConnectionListener.onDone(Channel conn,
Object tag) |
void |
ExchangeProtocol.onDone(Channel conn,
Object tag) |
void |
CtxListener.onDone(Channel ctx,
Object tag) |
void |
ExchangeProtocol.process(Channel ctx) |
protected abstract void |
ExchangeProtocol.process(Channel ctx,
T exchange) |
void |
DefaultExchange.setConnection(Channel conn) |
Copyright © 2014–2017 Nikolche Mihajlovski and contributors. All rights reserved.