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.tide.server   
 

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
 

Constructors in org.granite.client.messaging.channel.amf with parameters of type Transport
AbstractAMFChannel(Transport transport, String id, URI uri)
           
AbstractAMFChannel(Transport transport, String id, URI uri, int maxConcurrentRequests)
           
AMFMessagingChannel(Transport transport, Configuration configuration, String id, URI uri)
           
AMFMessagingChannel(Transport transport, String id, URI uri)
           
AMFRemotingChannel(Transport transport, Configuration configuration, String id, URI uri, int maxConcurrentRequests)
           
AMFRemotingChannel(Transport transport, String id, URI uri)
           
AMFRemotingChannel(Transport transport, String id, URI uri, int maxConcurrentRequests)
           
JMFAMFMessagingChannel(Transport transport, Configuration configuration, String id, URI uri)
           
JMFAMFMessagingChannel(Transport transport, String id, URI uri)
           
JMFAMFRemotingChannel(Transport transport, Configuration configuration, String id, URI uri, int maxConcurrentRequests)
           
JMFAMFRemotingChannel(Transport transport, String id, URI uri)
           
JMFAMFRemotingChannel(Transport transport, 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
           
 

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)