|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.caucho.network.listen.AbstractProtocol
com.caucho.server.http.AbstractHttpProtocol
com.caucho.server.hmux.HmuxProtocol
public class HmuxProtocol
Dispatches the HMUX protocol.
AbstractProtocol| Constructor Summary | |
|---|---|
HmuxProtocol()
|
|
| Method Summary | |
|---|---|
ProtocolConnection |
createConnection(SocketLink conn)
Create a HmuxRequest object for the new thread. |
HmuxExtension |
getExtension(java.lang.Integer id)
|
static HmuxProtocol |
getLocal()
|
void |
putExtension(java.lang.Integer id,
HmuxExtension extension)
|
| Methods inherited from class com.caucho.server.http.AbstractHttpProtocol |
|---|
getServletSystem |
| Methods inherited from class com.caucho.network.listen.AbstractProtocol |
|---|
getClassLoader, getProtocolName, setProtocolName |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public HmuxProtocol()
| Method Detail |
|---|
public static HmuxProtocol getLocal()
public ProtocolConnection createConnection(SocketLink conn)
createConnection in interface ProtocolcreateConnection in class AbstractProtocolpublic HmuxExtension getExtension(java.lang.Integer id)
public void putExtension(java.lang.Integer id,
HmuxExtension extension)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||