org.granite.client.messaging.channel
Interface RemotingChannel

All Superinterfaces:
Channel
All Known Implementing Classes:
AMFRemotingChannel, JMFAMFRemotingChannel

public interface RemotingChannel
extends Channel

Author:
Franck WOLFF

Field Summary
static int DEFAULT_MAX_CONCURRENT_REQUESTS
           
 
Fields inherited from interface org.granite.client.messaging.channel.Channel
BYTEARRAY_BODY_HEADER, DEFAULT_TIME_TO_LIVE, RECONNECT_INTERVAL_MS_KEY, RECONNECT_MAX_ATTEMPTS_KEY
 
Method Summary
 
Methods inherited from interface org.granite.client.messaging.channel.Channel
getClientId, getCredentials, getDefaultTimeToLive, getId, getTransport, getTransportData, getUri, isAuthenticated, isStarted, logout, onCancelled, onError, onMessage, send, setCredentials, setDefaultTimeToLive, setTransportData, start, stop
 

Field Detail

DEFAULT_MAX_CONCURRENT_REQUESTS

static final int DEFAULT_MAX_CONCURRENT_REQUESTS
See Also:
Constant Field Values