com.caucho.server.port
Interface RequestFactory

All Known Implementing Classes:
HmuxProtocol, HttpProtocol, Protocol, ProtocolConfig, SnmpProtocol, SocketPolicyProtocol, XmppProtocol

public interface RequestFactory

Factory to create new request objects.

See Also:
TcpServer

Method Summary
 ServerRequest createRequest(Connection conn)
          Creates a new server request.
 java.lang.String getProtocolName()
          Returns the protocol name.
 

Method Detail

getProtocolName

java.lang.String getProtocolName()
Returns the protocol name.


createRequest

ServerRequest createRequest(Connection conn)
Creates a new server request.