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