|
||||||||||
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.http |
---|
Fields in com.sun.grizzly.http declared as Adapter | |
---|---|
protected Adapter |
ProcessorTask.adapter
Associated adapter. |
protected Adapter |
SelectorThread.adapter
Associated adapter. |
Methods in com.sun.grizzly.http that return Adapter | |
---|---|
Adapter |
ProcessorTask.getAdapter()
Get the associated adapter. |
Adapter |
SelectorThread.getAdapter()
Get the associated adapter. |
Methods in com.sun.grizzly.http with parameters of type Adapter | |
---|---|
void |
ProcessorTask.setAdapter(Adapter adapter)
Set the associated adapter. |
void |
SelectorThread.setAdapter(Adapter adapter)
Set the associated adapter. |
Uses of Adapter in com.sun.grizzly.http.jk.server |
---|
Methods in com.sun.grizzly.http.jk.server that return Adapter | |
---|---|
Adapter |
JkCoyoteHandler.getAdapter()
|
Methods in com.sun.grizzly.http.jk.server with parameters of type Adapter | |
---|---|
void |
JkCoyoteHandler.setAdapter(Adapter adapter)
The adapter, used to call the connector |
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
Configuring a GrizzlyWebServer or
SelectorThread to use this
GrizzlyAdapter implementation add the ability of servicing Servlet
as well as static resources. |
Uses of Adapter in com.sun.grizzly.http.servlet.deployer |
---|
Classes in com.sun.grizzly.http.servlet.deployer that implement Adapter | |
---|---|
class |
WebAppAdapter
WebApp Adapter. |
Uses of Adapter in com.sun.grizzly.osgi.httpservice |
---|
Classes in com.sun.grizzly.osgi.httpservice that implement Adapter | |
---|---|
class |
OSGiMainAdapter
OSGi Main Adapter. |
class |
OSGiResourceAdapter
OSGi Resource Adapter. |
class |
OSGiServletAdapter
OSGi customized ServletAdapter . |
Uses of Adapter in com.sun.grizzly.standalone |
---|
Methods in com.sun.grizzly.standalone that return Adapter | |
---|---|
Adapter |
Main.configureAdapter(SelectorThread st)
|
abstract Adapter |
StandaloneMainUtil.configureAdapter(SelectorThread st)
Configure the SelectorThread.setAdapter(com.sun.grizzly.tcp.Adapter) |
Uses of Adapter in com.sun.grizzly.standalone.cometd |
---|
Methods in com.sun.grizzly.standalone.cometd that return Adapter | |
---|---|
Adapter |
Cometd.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
Deprecated. - Use GrizzlyAdapter instead. |
class |
StaticResourcesAdapter
Simple Adapter that map the Request URI to a local file. |
Methods in com.sun.grizzly.tcp that return Adapter | |
---|---|
Adapter |
Processor.getAdapter()
|
Adapter |
ProtocolHandler.getAdapter()
|
Methods in com.sun.grizzly.tcp with parameters of type Adapter | |
---|---|
void |
Processor.setAdapter(Adapter adapter)
|
void |
ProtocolHandler.setAdapter(Adapter adapter)
The adapter, used to call the connector. |
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. |
class |
GrizzlyAdapterChain
The GrizzlyAdapterChain class allow the invokation of multiple GrizzlyAdapter
every time a new HTTP requests is ready to be handled. |
Methods in com.sun.grizzly.tcp.http11 that return Adapter | |
---|---|
Adapter |
GrizzlyListener.getAdapter()
Return the Adapter supported. |
Methods in com.sun.grizzly.tcp.http11 with parameters of type Adapter | |
---|---|
void |
GrizzlyListener.setAdapter(Adapter adapter)
Set the Adapter supported by this GrizzlyListener |
Uses of Adapter in com.sun.grizzly.webserver |
---|
Methods in com.sun.grizzly.webserver that return Adapter | |
---|---|
Adapter |
WebServer.configureAdapter(SelectorThread st)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |