Package | Description |
---|---|
org.rapidoidx.net | |
org.rapidoidx.net.abstracts | |
org.rapidoidx.net.impl |
Modifier and Type | Method and Description |
---|---|
void |
Protocol.process(Channel ctx) |
Modifier and Type | Method and Description |
---|---|
Channel |
ChannelHolder.channel() |
Channel |
ProtocolContext.mode(int mode) |
Channel |
ProtocolContext.nextOp(int nextOp) |
Channel |
ProtocolContext.nextWrite() |
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.async() |
Channel |
ChannelHolderImpl.channel() |
Channel |
RapidoidConnection.close() |
Channel |
RapidoidConnection.closeIf(boolean condition) |
Channel |
RapidoidConnection.done() |
Channel |
RapidoidConnection.mode(int mode) |
Channel |
RapidoidConnection.nextOp(int nextOp) |
Channel |
RapidoidConnection.nextWrite() |
protected Channel |
ProtocolBridge.peer(Channel ctx) |
Channel |
RapidoidConnection.restart() |
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.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) |
protected Channel |
ProtocolBridge.peer(Channel ctx) |
protected abstract void |
ProtocolBridge.peer1(Channel ctx) |
protected abstract void |
ProtocolBridge.peer2(Channel ctx) |
void |
ExchangeProtocol.process(Channel ctx) |
void |
FiniteStateProtocol.process(Channel ctx) |
protected abstract void |
ExchangeProtocol.process(Channel ctx,
T exchange) |
void |
ChannelHolderImpl.setChannel(Channel channel) |
void |
DefaultExchange.setConnection(Channel conn) |
protected int |
FiniteStateProtocol.state0(Channel ctx) |
protected int |
FiniteStateProtocol.state1(Channel ctx) |
protected int |
FiniteStateProtocol.state10(Channel ctx) |
protected int |
FiniteStateProtocol.state11(Channel ctx) |
protected int |
FiniteStateProtocol.state12(Channel ctx) |
protected int |
FiniteStateProtocol.state13(Channel ctx) |
protected int |
FiniteStateProtocol.state14(Channel ctx) |
protected int |
FiniteStateProtocol.state15(Channel ctx) |
protected int |
FiniteStateProtocol.state16(Channel ctx) |
protected int |
FiniteStateProtocol.state17(Channel ctx) |
protected int |
FiniteStateProtocol.state18(Channel ctx) |
protected int |
FiniteStateProtocol.state19(Channel ctx) |
protected int |
FiniteStateProtocol.state2(Channel ctx) |
protected int |
FiniteStateProtocol.state3(Channel ctx) |
protected int |
FiniteStateProtocol.state4(Channel ctx) |
protected int |
FiniteStateProtocol.state5(Channel ctx) |
protected int |
FiniteStateProtocol.state6(Channel ctx) |
protected int |
FiniteStateProtocol.state7(Channel ctx) |
protected int |
FiniteStateProtocol.state8(Channel ctx) |
protected int |
FiniteStateProtocol.state9(Channel ctx) |
Constructor and Description |
---|
ChannelHolderImpl(Channel channel) |
Copyright © 2014–2015 Nikolche Mihajlovski and contributors. All rights reserved.