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