|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.caucho.server.port.Protocol
com.caucho.server.port.ProtocolConfig
public class ProtocolConfig
Represents a protocol connection.
| Constructor Summary | |
|---|---|
ProtocolConfig()
|
|
| Method Summary | |
|---|---|
void |
addText(java.lang.String text)
Sets the protocol name. |
ServerRequest |
createRequest(Connection conn)
Create a Request object for the new thread. |
java.lang.String |
getId()
Returns the protocol name. |
java.lang.String |
getProtocol()
Returns the protocol name. |
void |
setId(java.lang.String text)
Sets the protocol name. |
| Methods inherited from class com.caucho.server.port.Protocol |
|---|
getPort, getProtocolName, getServer, setParent, setProtocolName, setServer |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public ProtocolConfig()
| Method Detail |
|---|
public void setId(java.lang.String text)
public void addText(java.lang.String text)
addText in class Protocolpublic java.lang.String getId()
public java.lang.String getProtocol()
public ServerRequest createRequest(Connection conn)
createRequest in interface RequestFactorycreateRequest in class Protocol
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||