|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Adapter | |
---|---|
com.sun.grizzly.tcp | |
com.sun.grizzly.tcp.http11 |
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 |
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. |
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 |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |