|
SRJRCFrames v0.1.296 |
|||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ProtocolHandler | |
---|---|
de.schwarzrot.net.http.server | |
de.schwarzrot.net.http.service |
Uses of ProtocolHandler in de.schwarzrot.net.http.server |
---|
Methods in de.schwarzrot.net.http.server with parameters of type ProtocolHandler | |
---|---|
static void |
HTTPRequestProcessor.setup(HTTPServer<?> srv,
ProtocolHandler ph)
used to setup the ProtocolHandler , which is the same for all
instances. |
Uses of ProtocolHandler in de.schwarzrot.net.http.service |
---|
Classes in de.schwarzrot.net.http.service that implement ProtocolHandler | |
---|---|
class |
AbstractProtocolHandler
base class for protocol handler, where protocol is the response format of HTTP requests. |
Methods in de.schwarzrot.net.http.service that return ProtocolHandler | |
---|---|
ProtocolHandler |
RequestHandler.getProtocolHandler()
getter for the ProtocolHandler , which is used for general error
or help message handling |
ProtocolHandler |
AbstractRequestHandler.getProtocolHandler()
|
Methods in de.schwarzrot.net.http.service with parameters of type ProtocolHandler | |
---|---|
void |
RequestHandler.setup(String handlerID,
ProtocolHandler ph)
start the second stage of configuration. |
void |
AbstractRequestHandler.setup(String handlerID,
ProtocolHandler ph)
|
|
SRJRCFrames v0.1.296 |
|||||||||
PREV NEXT | FRAMES NO FRAMES |