Package net.officefloor.server
Interface RequestServicerFactory<R>
- All Known Implementing Classes:
AbstractHttpServicerFactory,SslSocketServicerFactory
public interface RequestServicerFactory<R>
Factory to create the
RequestServicer.- Author:
- Daniel Sagenschneider
-
Method Summary
Modifier and TypeMethodDescriptioncreateRequestServicer(SocketServicer<R> socketServicer) Creates theRequestServicerfor theSocketServicer.
-
Method Details
-
createRequestServicer
Creates theRequestServicerfor theSocketServicer.- Parameters:
socketServicer-SocketServicer.- Returns:
RequestServicer.
-