|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.caucho.network.listen.AbstractProtocol
public abstract class AbstractProtocol
Abstract implementation of the Protocol.
Constructor Summary | |
---|---|
protected |
AbstractProtocol()
|
Method Summary | |
---|---|
abstract ProtocolConnection |
createConnection(SocketLink conn)
Create a Request object for the new thread. |
java.lang.ClassLoader |
getClassLoader()
Returns the protocol owning classloader |
java.lang.String |
getProtocolName()
Returns the protocol name. |
void |
setProtocolName(java.lang.String name)
Sets the protocol name. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
protected AbstractProtocol()
Method Detail |
---|
public void setProtocolName(java.lang.String name)
public java.lang.String getProtocolName()
getProtocolName
in interface Protocol
public java.lang.ClassLoader getClassLoader()
public abstract ProtocolConnection createConnection(SocketLink conn)
createConnection
in interface Protocol
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |