|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Uses of GrizzlyAdapter in com.sun.grizzly.cometd.standalone |
---|
Subclasses of GrizzlyAdapter in com.sun.grizzly.cometd.standalone | |
---|---|
class |
CometdAdapter
Standalone Cometd implementation. |
Uses of GrizzlyAdapter in com.sun.grizzly.http.deployer |
---|
Methods in com.sun.grizzly.http.deployer that return types with arguments of type GrizzlyAdapter | |
---|---|
protected abstract Map<GrizzlyAdapter,Set<String>> |
Deployer.convert(V toDeploy,
T configuration)
Converts deployable object to Map of GrizzlyAdapter s to paths to deploy to. |
Uses of GrizzlyAdapter in com.sun.grizzly.http.embed |
---|
Methods in com.sun.grizzly.http.embed with parameters of type GrizzlyAdapter | |
---|---|
void |
GrizzlyWebServer.addGrizzlyAdapter(GrizzlyAdapter grizzlyAdapter)
Deprecated. - Use GrizzlyWebServer.addGrizzlyAdapter(GrizzlyAdapter, String[]) |
void |
GrizzlyWebServer.addGrizzlyAdapter(GrizzlyAdapter grizzlyAdapter,
String[] mapping)
Add a GrizzlyAdapter with its associated mapping. |
boolean |
GrizzlyWebServer.removeGrizzlyAdapter(GrizzlyAdapter grizzlyAdapter)
Remove a GrizzlyAdapter
return true of the operation was successful. |
Uses of GrizzlyAdapter in com.sun.grizzly.http.servlet |
---|
Subclasses of GrizzlyAdapter in com.sun.grizzly.http.servlet | |
---|---|
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 GrizzlyAdapter in com.sun.grizzly.http.servlet.deployer |
---|
Subclasses of GrizzlyAdapter in com.sun.grizzly.http.servlet.deployer | |
---|---|
class |
WebAppAdapter
WebApp Adapter. |
Methods in com.sun.grizzly.http.servlet.deployer that return types with arguments of type GrizzlyAdapter | |
---|---|
protected Map<GrizzlyAdapter,Set<String>> |
WarDeployer.convert(WarDeployable toDeploy,
WarDeploymentConfiguration configuration)
Converts deployable object to Map of GrizzlyAdapter s to paths to deploy to. |
Map<GrizzlyAdapter,Set<String>> |
WebAppAdapter.getToRegister()
|
Uses of GrizzlyAdapter in com.sun.grizzly.osgi.httpservice |
---|
Subclasses of GrizzlyAdapter in com.sun.grizzly.osgi.httpservice | |
---|---|
class |
OSGiMainAdapter
OSGi Main Adapter. |
class |
OSGiResourceAdapter
OSGi Resource Adapter. |
class |
OSGiServletAdapter
OSGi customized ServletAdapter . |
Uses of GrizzlyAdapter in com.sun.grizzly.tcp.http11 |
---|
Subclasses of GrizzlyAdapter in com.sun.grizzly.tcp.http11 | |
---|---|
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 with parameters of type GrizzlyAdapter | |
---|---|
void |
GrizzlyAdapterChain.addGrizzlyAdapter(GrizzlyAdapter adapter)
Deprecated. - uses GrizzlyAdapterChain.addGrizzlyAdapter(com.sun.grizzly.tcp.http11.GrizzlyAdapter, java.lang.String[]) |
void |
GrizzlyAdapterChain.addGrizzlyAdapter(GrizzlyAdapter adapter,
String[] mappings)
Add a GrizzlyAdapter and its assciated array of mapping. |
boolean |
GrizzlyAdapterChain.removeAdapter(GrizzlyAdapter adapter)
Remove a GrizzlyAdapter |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |