| Modifier and Type | Method and Description |
|---|---|
Channel |
RemoteService.getChannel()
Remoting channel
|
| Constructor and Description |
|---|
RemoteService(Channel channel,
java.lang.String id)
Create a remote service for the specified channel and destination
|
| Modifier and Type | Interface and Description |
|---|---|
interface |
MessagingChannel
SPI for messaging channels
A messaging channel adds some functionality to channel, mostly consumer management
|
interface |
RemotingChannel
SPI for remoting channels
|
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractChannel<T extends Transport> |
class |
AbstractHTTPChannel |
| Modifier and Type | Method and Description |
|---|---|
void |
ChannelStatusListener.authenticatedChanged(Channel channel,
boolean authenticated) |
void |
ChannelStatusListener.fault(Channel channel,
FaultMessage faultMessage) |
void |
ChannelStatusListener.pingedChanged(Channel channel,
boolean pinged) |
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractAMFChannel |
class |
AMFRemotingChannel |
class |
BaseAMFMessagingChannel |
class |
JMFRemotingChannel |
| Modifier and Type | Method and Description |
|---|---|
TransportFuture |
Transport.send(Channel channel,
TransportMessage message)
Send a message on the network
|
| Modifier and Type | Method and Description |
|---|---|
TransportFuture |
ApacheAsyncTransport.send(Channel channel,
TransportMessage message) |
| Modifier and Type | Method and Description |
|---|---|
void |
JettyWebSocketTransport.connect(Channel channel,
TransportMessage transportMessage) |
| Modifier and Type | Method and Description |
|---|---|
void |
JettyWebSocketTransport.connect(Channel channel,
TransportMessage transportMessage) |
| Modifier and Type | Method and Description |
|---|---|
abstract void |
AbstractWebSocketTransport.connect(Channel channel,
TransportMessage transportMessage) |
void |
WebSocketTransport.connect(Channel channel,
TransportMessage transportMessage) |
protected void |
AbstractWebSocketTransport.onBinaryMessage(Channel channel,
byte[] data,
int offset,
int length) |
protected void |
AbstractWebSocketTransport.onClose(Channel channel,
int closeCode,
java.lang.String message) |
protected void |
AbstractWebSocketTransport.onConnect(Channel channel,
S connection) |
protected void |
AbstractWebSocketTransport.onError(Channel channel,
java.lang.Throwable throwable) |
TransportFuture |
AbstractWebSocketTransport.send(Channel channel,
TransportMessage message) |
| Constructor and Description |
|---|
WebSocketTransport.GravityWebSocketEndpoint(Channel channel) |
WebSocketTransport.GravityWebSocketEndpointConfig(Channel channel,
TransportMessage transportMessage) |