|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Uses of Adapter in com.sun.grizzly.cometd.standalone |
---|
Classes in com.sun.grizzly.cometd.standalone that implement Adapter | |
---|---|
class |
CometdAdapter
Standalone Cometd implementation. |
Uses of Adapter in com.sun.grizzly.container |
---|
Classes in com.sun.grizzly.container that implement Adapter | |
---|---|
class |
GrizzletAdapter
Standalone Comet implementation. |
Uses of Adapter in com.sun.grizzly.http |
---|
Fields in com.sun.grizzly.http declared as Adapter | |
---|---|
protected Adapter |
SelectorThread.adapter
Associated adapter. |
protected Adapter |
DefaultProcessorTask.adapter
Associated adapter. |
Methods in com.sun.grizzly.http that return Adapter | |
---|---|
Adapter |
SelectorThread.getAdapter()
Get the associated adapter. |
Adapter |
DefaultProcessorTask.getAdapter()
Get the associated adapter. |
Methods in com.sun.grizzly.http with parameters of type Adapter | |
---|---|
void |
SelectorThread.setAdapter(Adapter adapter)
Set the associated adapter. |
void |
DefaultProcessorTask.setAdapter(Adapter adapter)
Set the associated adapter. |
Uses of Adapter in com.sun.grizzly.http.servlet |
---|
Classes in com.sun.grizzly.http.servlet that implement Adapter | |
---|---|
class |
ServletAdapter
Adapter class that can initiate a FilterChain and execute its
Filter and its Servlet |
Uses of Adapter in com.sun.grizzly.jruby |
---|
Classes in com.sun.grizzly.jruby that implement Adapter | |
---|---|
class |
RailsAdapter
Adapter implementation that bridge JRuby on Rails with Grizzly. |
Uses of Adapter in com.sun.grizzly.standalone |
---|
Methods in com.sun.grizzly.standalone that return Adapter | |
---|---|
Adapter |
Cometd.configureAdapter(SelectorThread st)
|
Adapter |
GrizzletContainer.configureAdapter(SelectorThread st)
|
abstract Adapter |
StandaloneMainUtil.configureAdapter(SelectorThread st)
Configure the SelectorThread.setAdapter(com.sun.grizzly.tcp.Adapter) |
Adapter |
Main.configureAdapter(SelectorThread st)
|
Uses of Adapter in com.sun.grizzly.standalone.messagesbus |
---|
Methods in com.sun.grizzly.standalone.messagesbus that return Adapter | |
---|---|
Adapter |
Main.configureAdapter(SelectorThread st)
|
Uses of Adapter in com.sun.grizzly.standalone.servlet |
---|
Methods in com.sun.grizzly.standalone.servlet that return Adapter | |
---|---|
Adapter |
ServletLauncher.configureAdapter(SelectorThread st)
|
Uses of Adapter in com.sun.grizzly.tcp |
---|
Classes in com.sun.grizzly.tcp that implement Adapter | |
---|---|
class |
DynamicContentAdapter
Abstract Adapter that contains all the common behaviour of the Adapter implmentation for standalone usage as well as embedded use. |
class |
StaticResourcesAdapter
Simple HTTP based Web Server. |
Methods in com.sun.grizzly.tcp that return Adapter | |
---|---|
Adapter |
ProtocolHandler.getAdapter()
|
Adapter |
Processor.getAdapter()
|
Methods in com.sun.grizzly.tcp with parameters of type Adapter | |
---|---|
void |
ProtocolHandler.setAdapter(Adapter adapter)
The adapter, used to call the connector. |
void |
Processor.setAdapter(Adapter adapter)
|
Uses of Adapter in com.sun.grizzly.tcp.http11 |
---|
Classes in com.sun.grizzly.tcp.http11 that implement Adapter | |
---|---|
class |
GrizzlyAdapter
Base class to use when GrizzlyRequest/Response/InputStream/OutputStream are needed to implement a customized HTTP container/extendion to the http module. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |