Uses of Interface
net.officefloor.server.RequestServicerFactory
Packages that use RequestServicerFactory
-
Uses of RequestServicerFactory in net.officefloor.server
Methods in net.officefloor.server with parameters of type RequestServicerFactoryModifier and TypeMethodDescriptionfinal <R> ServerSocketSocketManager.bindServerSocket(int port, ServerSocketDecorator serverSocketDecorator, AcceptedSocketDecorator acceptedSocketDecorator, SocketServicerFactory<R> socketServicerFactory, RequestServicerFactory<R> requestServicerFactory) Binds aServerSocketto be serviced. -
Uses of RequestServicerFactory in net.officefloor.server.http
Classes in net.officefloor.server.http that implement RequestServicerFactoryModifier and TypeClassDescriptionclassSocketServicerFactoryandRequestServicerFactoryto use theHttpRequestParserto produceServerHttpConnectioninstances for servicing. -
Uses of RequestServicerFactory in net.officefloor.server.ssl
Classes in net.officefloor.server.ssl that implement RequestServicerFactoryConstructors in net.officefloor.server.ssl with parameters of type RequestServicerFactoryModifierConstructorDescriptionSslSocketServicerFactory(SSLContext sslContext, SocketServicerFactory<R> delegateSocketServicerFactory, RequestServicerFactory<R> delegateRequestServicerFactory, Executor executor) Instantiate.