Inheritance diagram for org.objectweb.joram.mom.proxies.tcp.SSLTcpProxyService:


Public Member Functions | |
| SSLTcpProxyService (ServerSocket serverSocket, int poolSize, int timeout) | |
Static Public Member Functions | |
| static void | init (String args, boolean firstTime) throws Exception |
Definition at line 43 of file SSLTcpProxyService.java.
| static void org.objectweb.joram.mom.proxies.tcp.SSLTcpProxyService.init | ( | String | args, | |
| boolean | firstTime | |||
| ) | throws Exception [static] |
Initializes the SSLTCP entry point by creating a ssl server socket listening to the specified port.
| args | stringified listening port | |
| firstTime | true when the agent server starts. |
Reimplemented from org.objectweb.joram.mom.proxies.tcp.TcpProxyService.
Definition at line 59 of file SSLTcpProxyService.java.
References org.objectweb.joram.mom.proxies.tcp.TcpProxyService.BACKLOG_PROP, org.objectweb.joram.mom.proxies.tcp.TcpProxyService.DEFAULT_BACKLOG, org.objectweb.joram.mom.proxies.tcp.TcpProxyService.DEFAULT_BINDADDRESS, org.objectweb.joram.mom.proxies.tcp.TcpProxyService.DEFAULT_POOL_SIZE, org.objectweb.joram.mom.proxies.tcp.TcpProxyService.DEFAULT_PORT, org.objectweb.joram.mom.proxies.tcp.TcpProxyService.DEFAULT_SO_TIMEOUT, org.objectweb.joram.mom.proxies.tcp.TcpProxyService.POOL_SIZE_PROP, org.objectweb.joram.mom.proxies.tcp.TcpProxyService.proxyService, org.objectweb.joram.mom.proxies.tcp.TcpProxyService.SO_TIMEOUT_PROP, org.objectweb.joram.mom.proxies.tcp.SSLTcpProxyService.SSLTcpProxyService(), and org.objectweb.joram.mom.proxies.tcp.TcpProxyService.start().
Here is the call graph for this function:

1.5.0