Uses of Interface
net.officefloor.server.RequestServicer
-
Packages that use RequestServicer Package Description net.officefloor.server net.officefloor.server.http net.officefloor.server.ssl -
-
Uses of RequestServicer in net.officefloor.server
Methods in net.officefloor.server that return RequestServicer Modifier and Type Method Description RequestServicer<R>RequestServicerFactory. createRequestServicer(SocketServicer<R> socketServicer)Creates theRequestServicerfor theSocketServicer. -
Uses of RequestServicer in net.officefloor.server.http
Methods in net.officefloor.server.http that return RequestServicer Modifier and Type Method Description RequestServicer<HttpRequestParser>AbstractHttpServicerFactory. createRequestServicer(SocketServicer<HttpRequestParser> socketServicer) -
Uses of RequestServicer in net.officefloor.server.ssl
Methods in net.officefloor.server.ssl that return RequestServicer Modifier and Type Method Description RequestServicer<R>SslSocketServicerFactory. createRequestServicer(SocketServicer<R> socketServicer)
-