Uses of Class
net.officefloor.server.http.parse.HttpRequestParser
-
Packages that use HttpRequestParser Package Description net.officefloor.server.http -
-
Uses of HttpRequestParser in net.officefloor.server.http
Methods in net.officefloor.server.http that return types with arguments of type HttpRequestParser Modifier and Type Method Description RequestServicer<HttpRequestParser>
AbstractHttpServicerFactory. createRequestServicer(SocketServicer<HttpRequestParser> socketServicer)
SocketServicer<HttpRequestParser>
AbstractHttpServicerFactory. createSocketServicer(RequestHandler<HttpRequestParser> requestHandler)
Method parameters in net.officefloor.server.http with type arguments of type HttpRequestParser Modifier and Type Method Description RequestServicer<HttpRequestParser>
AbstractHttpServicerFactory. createRequestServicer(SocketServicer<HttpRequestParser> socketServicer)
SocketServicer<HttpRequestParser>
AbstractHttpServicerFactory. createSocketServicer(RequestHandler<HttpRequestParser> requestHandler)
-