Uses of Interface
net.officefloor.server.SocketServicer
Packages that use SocketServicer
-
Uses of SocketServicer in net.officefloor.server
Methods in net.officefloor.server that return SocketServicerModifier and TypeMethodDescriptionSocketServicerFactory.createSocketServicer(RequestHandler<R> requestHandler) Creates theSocketServicer.Methods in net.officefloor.server with parameters of type SocketServicerModifier and TypeMethodDescriptionRequestServicerFactory.createRequestServicer(SocketServicer<R> socketServicer) Creates theRequestServicerfor theSocketServicer. -
Uses of SocketServicer in net.officefloor.server.http
Methods in net.officefloor.server.http that return SocketServicerModifier and TypeMethodDescriptionAbstractHttpServicerFactory.createSocketServicer(RequestHandler<HttpRequestParser> requestHandler) Methods in net.officefloor.server.http with parameters of type SocketServicerModifier and TypeMethodDescriptionAbstractHttpServicerFactory.createRequestServicer(SocketServicer<HttpRequestParser> socketServicer) -
Uses of SocketServicer in net.officefloor.server.ssl
Methods in net.officefloor.server.ssl that return SocketServicerModifier and TypeMethodDescriptionSslSocketServicerFactory.createSocketServicer(RequestHandler<R> requestHandler) Methods in net.officefloor.server.ssl with parameters of type SocketServicerModifier and TypeMethodDescriptionSslSocketServicerFactory.createRequestServicer(SocketServicer<R> socketServicer)