|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.granite.client.messaging.channel.AbstractChannel<Transport>
org.granite.client.messaging.channel.AbstractHTTPChannel
org.granite.client.messaging.channel.amf.AbstractAMFChannel
org.granite.client.messaging.channel.amf.AMFRemotingChannel
org.granite.client.messaging.channel.amf.JMFAMFRemotingChannel
public class JMFAMFRemotingChannel
| Field Summary |
|---|
| Fields inherited from class org.granite.client.messaging.channel.amf.AMFRemotingChannel |
|---|
codec, index |
| Fields inherited from class org.granite.client.messaging.channel.AbstractHTTPChannel |
|---|
authenticated, defaultTimeToLive, maxConcurrentRequests, pinged |
| Fields inherited from class org.granite.client.messaging.channel.AbstractChannel |
|---|
clientId, credentials, id, transport, transportData, uri |
| Fields inherited from interface org.granite.client.messaging.channel.Channel |
|---|
BYTEARRAY_BODY_HEADER, RECONNECT_INTERVAL_MS_KEY, RECONNECT_MAX_ATTEMPTS_KEY |
| Constructor Summary | |
|---|---|
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)
|
|
| Method Summary | |
|---|---|
protected TransportMessage |
createTransportMessage(AsyncToken token)
|
protected ResponseMessage |
decodeResponse(InputStream is)
|
protected MessagingCodec<org.granite.messaging.amf.AMF0Message> |
newMessagingCodec(Configuration configuration)
|
| Methods inherited from class org.granite.client.messaging.channel.amf.AbstractAMFChannel |
|---|
convertFromAmf, convertFromAmf, convertToAmf |
| Methods inherited from class org.granite.client.messaging.channel.AbstractHTTPChannel |
|---|
getMaxConcurrentRequests, getRequest, isAuthenticated, isStarted, logout, onCancelled, onError, onMessage, onStop, run, schedule, send, start, stop |
| Methods inherited from class org.granite.client.messaging.channel.AbstractChannel |
|---|
getClientId, getCredentials, getId, getTransport, getTransportData, getUri, setCredentials, setTransportData |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Methods inherited from interface org.granite.client.messaging.channel.Channel |
|---|
getClientId, getCredentials, getId, getTransport, getTransportData, getUri, isAuthenticated, isStarted, logout, onCancelled, onError, onMessage, send, setCredentials, setTransportData, start, stop |
| Constructor Detail |
|---|
public JMFAMFRemotingChannel(Transport transport,
String id,
URI uri)
public JMFAMFRemotingChannel(Transport transport,
String id,
URI uri,
int maxConcurrentRequests)
public JMFAMFRemotingChannel(Transport transport,
Configuration configuration,
String id,
URI uri,
int maxConcurrentRequests)
| Method Detail |
|---|
protected MessagingCodec<org.granite.messaging.amf.AMF0Message> newMessagingCodec(Configuration configuration)
newMessagingCodec in class AMFRemotingChannel
protected TransportMessage createTransportMessage(AsyncToken token)
throws UnsupportedEncodingException
createTransportMessage in class AMFRemotingChannelUnsupportedEncodingException
protected ResponseMessage decodeResponse(InputStream is)
throws IOException
decodeResponse in class AMFRemotingChannelIOException
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||