| com.caucho.server.hmux.HmuxExtension
HmuxExtension | public interface HmuxExtension (Code) | | Handles extension requests.
|
handleRequest | public int handleRequest(HmuxRequest request, ReadStream is, WriteStream os) throws IOException(Code) | | Handles a new request. Initializes the protocol handler and
the request streams.
Note: ClientDisconnectException must be rethrown to
the caller.
|
|
|