| Package | Description |
|---|---|
| org.granite.gravity.servlet3 | |
| org.granite.messaging.jmf | |
| org.granite.messaging.webapp |
| Modifier and Type | Field and Description |
|---|---|
protected SharedContext |
GravityAsyncServlet.jmfSharedContext |
| Modifier and Type | Method and Description |
|---|---|
SharedContext |
JMFAsyncChannelFactory.getJmfSharedContext() |
| Constructor and Description |
|---|
JMFAsyncChannelFactory(Gravity gravity,
SharedContext jmfSharedContext) |
| Modifier and Type | Class and Description |
|---|---|
class |
DefaultSharedContext |
| Modifier and Type | Field and Description |
|---|---|
protected SharedContext |
JMFDeserializer.context |
protected SharedContext |
JMFSerializer.context |
| Modifier and Type | Method and Description |
|---|---|
static SharedContext |
JMFServletContextListener.getDumpSharedContext(ServletContext servletContext) |
SharedContext |
InputContext.getSharedContext() |
SharedContext |
JMFDeserializer.getSharedContext() |
SharedContext |
JMFSerializer.getSharedContext() |
SharedContext |
OutputContext.getSharedContext() |
static SharedContext |
JMFServletContextListener.getSharedContext(ServletContext servletContext) |
| Constructor and Description |
|---|
JMFDeserializer(InputStream is,
SharedContext context) |
JMFDumper(InputStream is,
SharedContext context,
PrintStream ps) |
JMFDumper(InputStream is,
SharedContext context,
PrintStream ps,
int maxArrayElements) |
JMFSerializer(OutputStream outputStream,
SharedContext context) |
| Modifier and Type | Field and Description |
|---|---|
protected SharedContext |
AMFMessageFilter.jmfSharedContext |