Uses of Interface
net.officefloor.server.ServerSocketDecorator
-
Packages that use ServerSocketDecorator Package Description net.officefloor.server net.officefloor.server.http -
-
Uses of ServerSocketDecorator in net.officefloor.server
Methods in net.officefloor.server with parameters of type ServerSocketDecorator Modifier and Type Method Description <R> java.net.ServerSocketSocketManager. bindServerSocket(int port, ServerSocketDecorator serverSocketDecorator, AcceptedSocketDecorator acceptedSocketDecorator, SocketServicerFactory<R> socketServicerFactory, RequestServicerFactory<R> requestServicerFactory)Binds aServerSocketto be serviced. -
Uses of ServerSocketDecorator in net.officefloor.server.http
Methods in net.officefloor.server.http that return ServerSocketDecorator Modifier and Type Method Description protected ServerSocketDecoratorHttpServerSocketManagedObjectSource. getServerSocketDecorator(AbstractAsyncManagedObjectSource.MetaDataContext<None,Indexed> context)Enables overriding to configure aServerSocketDecorator.
-