|
Joram ${version} | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.objectweb.joram.mom.proxies.tcp.TcpProxyService
org.objectweb.joram.mom.proxies.tcp.SSLTcpProxyService
Starts a SSLTCP entry point for MOM clients.
Field Summary |
Fields inherited from class org.objectweb.joram.mom.proxies.tcp.TcpProxyService |
BACKLOG_PROP, DEFAULT_BACKLOG, DEFAULT_POOL_SIZE, DEFAULT_PORT, DEFAULT_SO_TIMEOUT, POOL_SIZE_PROP, proxyService, SO_TIMEOUT_PROP |
Constructor Summary | |
SSLTcpProxyService(java.net.ServerSocket serverSocket,
int poolSize,
int timeout)
|
Method Summary | |
static void |
init(java.lang.String args,
boolean firstTime)
Initializes the SSLTCP entry point by creating a ssl server socket listening to the specified port. |
Methods inherited from class org.objectweb.joram.mom.proxies.tcp.TcpProxyService |
getListenPort, start, stopService |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public SSLTcpProxyService(java.net.ServerSocket serverSocket, int poolSize, int timeout)
Method Detail |
public static void init(java.lang.String args, boolean firstTime) throws java.lang.Exception
args
- stringified listening portfirstTime
- true
when the agent server starts.
java.lang.Exception
|
Joram ${version} | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |