Package net.officefloor.server
-
Interface Summary Interface Description AcceptedSocketDecorator Decorates the acceptedSocket
connections.RequestHandler<R> Handles requests.RequestServicer<R> Services requests.RequestServicerFactory<R> Factory to create theRequestServicer
.ResponseHeaderWriter Provides means to write header content before the responseStreamBuffer
instances.ResponseWriter Writes the response.ServerSocketDecorator Decorates theServerSocket
.SocketRunnable Runnable
to run on theSocket
Thread
.SocketServicer<R> Services theSocket
.SocketServicerFactory<R> Factory to create aSocketServicer
. -
Class Summary Class Description SocketManager Manages theSocket
interaction.