Uses of Interface
org.granite.client.messaging.transport.Transport

Packages that use Transport
org.granite.client.messaging.channel   
org.granite.client.messaging.channel.amf   
org.granite.client.messaging.transport   
org.granite.client.messaging.transport.apache   
org.granite.client.messaging.transport.jetty   
org.granite.client.platform   
 

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  Transport AbstractChannelFactory.messagingTransport
           
protected  Transport AbstractChannelFactory.remotingTransport
           
protected  T AbstractChannel.transport
           
 

Methods in org.granite.client.messaging.channel that return Transport
 Transport AbstractChannelFactory.getMessagingTransport()
           
 Transport ChannelFactory.getMessagingTransport()
           
 Transport AbstractChannelFactory.getRemotingTransport()
           
 Transport ChannelFactory.getRemotingTransport()
           
 Transport Channel.getTransport()
           
 

Methods in org.granite.client.messaging.channel with parameters of type Transport
 void AbstractHTTPChannel.onStop(Transport transport)
           
 void AbstractChannelFactory.setMessagingTransport(Transport messagingTransport)
           
 void ChannelFactory.setMessagingTransport(Transport messagingTransport)
           
 void AbstractChannelFactory.setRemotingTransport(Transport remotingTransport)
           
 void ChannelFactory.setRemotingTransport(Transport remotingTransport)
           
 

Constructors in org.granite.client.messaging.channel with parameters of type Transport
AbstractChannelFactory(ContentType contentType, Object context, Transport remotingTransport, Transport messagingTransport)
           
AbstractHTTPChannel(Transport transport, String id, URI uri, int maxConcurrentRequests)
           
AMFChannelFactory(Object context, Transport remotingTransport, Transport messagingTransport)
           
AMFChannelFactory(Object context, Transport remotingTransport, Transport messagingTransport, Configuration defaultConfiguration)
           
JMFChannelFactory(Object context, ClientSharedContext sharedContext, Transport remotingTransport, Transport messagingTransport)
           
 

Uses of Transport in org.granite.client.messaging.channel.amf
 

Constructors in org.granite.client.messaging.channel.amf with parameters of type Transport
AbstractAMFChannel(Transport transport, String id, URI uri, int maxConcurrentRequests)
           
AbstractAMFMessagingChannel(MessagingCodec<Message[]> codec, Transport transport, String id, URI uri)
           
AMFMessagingChannel(Transport transport, Configuration configuration, String id, URI uri)
           
AMFRemotingChannel(Transport transport, Configuration configuration, String id, URI uri, int maxConcurrentRequests)
           
JMFAMFMessagingChannel(Transport transport, ClientSharedContext sharedContext, String id, URI uri)
           
JMFAMFRemotingChannel(Transport transport, ClientSharedContext sharedContext, String id, URI uri, int maxConcurrentRequests)
           
 

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<C>
           
 

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.platform
 

Methods in org.granite.client.platform that return Transport
 Transport Platform.newMessagingTransport()
           
 Transport Platform.newRemotingTransport()