|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Uses of Transport in org.granite.client.messaging.channel |
|---|
| Classes in org.granite.client.messaging.channel with type parameters of type Transport | |
|---|---|
class |
AbstractChannel<T extends Transport>
|
| Fields in org.granite.client.messaging.channel declared as Transport | |
|---|---|
protected T |
AbstractChannel.transport
|
| Methods in org.granite.client.messaging.channel that return Transport | |
|---|---|
Transport |
Channel.getTransport()
|
| Methods in org.granite.client.messaging.channel with parameters of type Transport | |
|---|---|
MessagingChannel |
ChannelFactory.newMessagingChannel(Transport transport,
Configuration configuration,
String id,
URI uri)
|
MessagingChannel |
ChannelFactory.newMessagingChannel(Transport transport,
String id,
URI uri)
|
RemotingChannel |
ChannelFactory.newRemotingChannel(Transport transport,
Configuration configuration,
String id,
URI uri,
int maxConcurrentRequests)
|
RemotingChannel |
ChannelFactory.newRemotingChannel(Transport transport,
String id,
URI uri)
|
RemotingChannel |
ChannelFactory.newRemotingChannel(Transport transport,
String id,
URI uri,
int maxConcurrentRequests)
|
void |
AbstractHTTPChannel.onStop(Transport transport)
|
| Constructors in org.granite.client.messaging.channel with parameters of type Transport | |
|---|---|
AbstractHTTPChannel(Transport transport,
String id,
URI uri)
|
|
AbstractHTTPChannel(Transport transport,
String id,
URI uri,
int maxConcurrentRequests)
|
|
| Uses of Transport in org.granite.client.messaging.channel.amf |
|---|
| Uses of Transport in org.granite.client.messaging.transport |
|---|
| Subinterfaces of Transport in org.granite.client.messaging.transport | |
|---|---|
interface |
HTTPTransport
|
interface |
WebSocketTransport
|
| Classes in org.granite.client.messaging.transport that implement Transport | |
|---|---|
class |
AbstractTransport
|
| Methods in org.granite.client.messaging.transport with parameters of type Transport | |
|---|---|
void |
TransportStopListener.onStop(Transport transport)
|
| Uses of Transport in org.granite.client.messaging.transport.apache |
|---|
| Classes in org.granite.client.messaging.transport.apache that implement Transport | |
|---|---|
class |
ApacheAsyncTransport
|
| Uses of Transport in org.granite.client.messaging.transport.jetty |
|---|
| Classes in org.granite.client.messaging.transport.jetty that implement Transport | |
|---|---|
class |
JettyWebSocketTransport
|
| Uses of Transport in org.granite.client.tide.server |
|---|
| Methods in org.granite.client.tide.server with parameters of type Transport | |
|---|---|
void |
ServerSession.setMessagingTransport(Transport transport)
|
void |
ServerSession.setRemotingTransport(Transport transport)
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||