public class ComboxServerRawSocket extends ComboxServerSocket
BUFFER_LENGTH, serverSocketABORT, accessPoint, broker, EXIT, RUNNING, status, timeOut| Constructor and Description |
|---|
ComboxServerRawSocket(AccessPoint accessPoint,
int timeout,
POPBuffer buffer,
Broker broker)
Default constructor.
|
| Modifier and Type | Method and Description |
|---|---|
protected ComboxAcceptRawSocket |
createCombox() |
protected java.lang.String |
getProtocol() |
close, createServer, getUrlgetRequestQueuepublic ComboxServerRawSocket(AccessPoint accessPoint, int timeout, POPBuffer buffer, Broker broker) throws java.io.IOException
accessPoint - Access point of the comboxtimeout - Connection timeoutbuffer - Buffer associated with this comboxbroker - Broker associated with this comboxjava.io.IOException - if any problem occursprotected java.lang.String getProtocol()
getProtocol in class ComboxServerSocketprotected ComboxAcceptRawSocket createCombox()
createCombox in class ComboxServerSocket