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