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