public class JBossWebChannel extends org.granite.gravity.AbstractChannel
| Constructor and Description |
|---|
JBossWebChannel(org.granite.gravity.Gravity gravity,
String id,
JBossWebChannelFactory factory,
String clientType) |
| Modifier and Type | Method and Description |
|---|---|
protected org.granite.gravity.AsyncHttpContext |
acquireAsyncHttpContext() |
void |
close() |
void |
destroy() |
protected boolean |
hasAsyncHttpContext() |
protected void |
releaseAsyncHttpContext(org.granite.gravity.AsyncHttpContext context) |
void |
setHttpEvent(org.jboss.servlet.http.HttpEvent event) |
addSubscription, createUdpReceiver, destroy, equals, getClientType, getFactory, getGravity, getId, getSerializerContentType, getSubscriptions, hashCode, hasPublishedMessage, hasReceivedMessage, newSerializer, publish, queueReceiver, receive, removeSubscription, runPublish, runReceive, runReceived, toStringpublic JBossWebChannel(org.granite.gravity.Gravity gravity, String id, JBossWebChannelFactory factory, String clientType)
public void setHttpEvent(org.jboss.servlet.http.HttpEvent event)
protected boolean hasAsyncHttpContext()
hasAsyncHttpContext in class org.granite.gravity.AbstractChannelprotected org.granite.gravity.AsyncHttpContext acquireAsyncHttpContext()
acquireAsyncHttpContext in class org.granite.gravity.AbstractChannelprotected void releaseAsyncHttpContext(org.granite.gravity.AsyncHttpContext context)
releaseAsyncHttpContext in class org.granite.gravity.AbstractChannelpublic void destroy()
destroy in class org.granite.gravity.AbstractChannelpublic void close()