public class ComboxAcceptSecureSocket extends ComboxAcceptSocket<javax.net.ssl.SSLSocket>
| Modifier and Type | Field and Description |
|---|---|
protected javax.net.ssl.SSLContext |
sslContext |
ABORT, broker, concurentConnections, EXIT, requestQueue, RUNNING, serverSocket, status| Constructor and Description |
|---|
ComboxAcceptSecureSocket(Broker broker,
RequestQueue requestQueue,
java.net.ServerSocket serverSocket)
Create a new instance of the ComboxAccept socket
|
| Modifier and Type | Method and Description |
|---|---|
void |
run()
Start the local thread
|
close, getStatus, serveConnection, setStatuspublic ComboxAcceptSecureSocket(Broker broker, RequestQueue requestQueue, java.net.ServerSocket serverSocket) throws java.io.IOException
broker - The associated brokerrequestQueue - The associated request queueserverSocket - The associated combox socketjava.io.IOException - if any problem occurs