public class ComboxAllocateSecureSocket extends ComboxAllocate
| Modifier and Type | Field and Description |
|---|---|
protected java.net.ServerSocket |
serverSocket |
protected javax.net.ssl.SSLSocketFactory |
sslFactory |
combox| Constructor and Description |
|---|
ComboxAllocateSecureSocket(boolean enableUPNP)
Create a new instance of the ComboxAllocateSocket
|
| Modifier and Type | Method and Description |
|---|---|
void |
close(int connectionID)
Close the current connection
|
java.lang.String |
getUrl()
Get URL of this socket
|
void |
startToAcceptOneConnection()
Start the socket and wait for a connection
|
isComboxConnected, receiveprotected java.net.ServerSocket serverSocket
protected javax.net.ssl.SSLSocketFactory sslFactory
public ComboxAllocateSecureSocket(boolean enableUPNP)
public void startToAcceptOneConnection()
startToAcceptOneConnection in class ComboxAllocatepublic java.lang.String getUrl()
getUrl in class ComboxAllocatepublic void close(int connectionID)
close in class ComboxAllocate