public class JMFAsyncChannel extends AsyncChannel
clientType, factory, gravity, httpReceiver, id, publishedQueue, publishedQueueLock, publisher, receivedQueue, receivedQueueLock, sessionId, subscriptions, udpReceiver| Constructor and Description |
|---|
JMFAsyncChannel(Gravity gravity,
String id,
JMFAsyncChannelFactory factory,
String clientType) |
| Modifier and Type | Method and Description |
|---|---|
String |
getSerializerContentType() |
ObjectOutput |
newSerializer(GraniteContext context,
OutputStream os) |
acquireAsyncHttpContext, close, destroy, hasAsyncHttpContext, releaseAsyncHttpContext, setAsyncContextaddSubscription, createUdpReceiver, destroy, equals, getClientType, getFactory, getGravity, getId, getSubscriptions, hashCode, hasPublishedMessage, hasReceivedMessage, publish, queueReceiver, receive, removeSubscription, runPublish, runReceive, runReceived, toStringpublic JMFAsyncChannel(Gravity gravity, String id, JMFAsyncChannelFactory factory, String clientType)
public ObjectOutput newSerializer(GraniteContext context, OutputStream os)
newSerializer in class AbstractChannelpublic String getSerializerContentType()
getSerializerContentType in class AbstractChannel