Uses of Interface
net.officefloor.server.AcceptedSocketDecorator
Packages that use AcceptedSocketDecorator
-
Uses of AcceptedSocketDecorator in net.officefloor.server
Methods in net.officefloor.server with parameters of type AcceptedSocketDecoratorModifier and TypeMethodDescriptionfinal <R> ServerSocketSocketManager.bindServerSocket(int port, ServerSocketDecorator serverSocketDecorator, AcceptedSocketDecorator acceptedSocketDecorator, SocketServicerFactory<R> socketServicerFactory, RequestServicerFactory<R> requestServicerFactory) Binds aServerSocketto be serviced. -
Uses of AcceptedSocketDecorator in net.officefloor.server.http
Methods in net.officefloor.server.http that return AcceptedSocketDecoratorModifier and TypeMethodDescriptionprotected AcceptedSocketDecoratorHttpServerSocketManagedObjectSource.getAcceptedSocketDecorator(AbstractAsyncManagedObjectSource.MetaDataContext<None, Indexed> context) Enables overriding to configure theAcceptedSocketDecorator.