|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use Adapter | |
|---|---|
| org.glassfish.grizzly.web | |
| org.glassfish.grizzly.web.container | |
| org.glassfish.grizzly.web.container.http11 | |
| org.glassfish.grizzly.web.standalone | |
| Uses of Adapter in org.glassfish.grizzly.web |
|---|
| Fields in org.glassfish.grizzly.web declared as Adapter | |
|---|---|
protected Adapter |
WebFilterConfig.adapter
Associated adapter. |
protected Adapter |
ProcessorTask.adapter
Associated adapter. |
| Methods in org.glassfish.grizzly.web that return Adapter | |
|---|---|
Adapter |
WebFilterConfig.getAdapter()
|
Adapter |
ProcessorTask.getAdapter()
Get the associated adapter. |
| Methods in org.glassfish.grizzly.web with parameters of type Adapter | |
|---|---|
void |
WebFilterConfig.setAdapter(Adapter adapter)
|
void |
ProcessorTask.setAdapter(Adapter adapter)
Set the associated adapter. |
| Uses of Adapter in org.glassfish.grizzly.web.container |
|---|
| Classes in org.glassfish.grizzly.web.container that implement Adapter | |
|---|---|
class |
StaticResourcesAdapter
Simple Adapter that map the Request URI to a local file. |
| Methods in org.glassfish.grizzly.web.container that return Adapter | |
|---|---|
Adapter |
ProtocolHandler.getAdapter()
|
Adapter |
Processor.getAdapter()
|
| Methods in org.glassfish.grizzly.web.container 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 org.glassfish.grizzly.web.container.http11 |
|---|
| Classes in org.glassfish.grizzly.web.container.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. |
| Uses of Adapter in org.glassfish.grizzly.web.standalone |
|---|
| Methods in org.glassfish.grizzly.web.standalone that return Adapter | |
|---|---|
abstract Adapter |
StandaloneMainUtil.configureAdapter(WebFilterConfig wc)
Configure the WebFilterConfig.setAdapter(org.glassfish.grizzly.web.container.Adapter) |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||