public class ProtocolConfig extends AbstractProtocol
| Constructor and Description |
|---|
ProtocolConfig() |
| Modifier and Type | Method and Description |
|---|---|
void |
addText(java.lang.String text)
Sets the protocol name.
|
ProtocolConnection |
createConnection(SocketLink 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.
|
getClassLoader, getProtocolName, setProtocolNamepublic void setId(java.lang.String text)
public void addText(java.lang.String text)
public java.lang.String getId()
public java.lang.String getProtocol()
public ProtocolConnection createConnection(SocketLink conn)
createConnection in interface ProtocolcreateConnection in class AbstractProtocol