Joram ${version}

org.objectweb.joram.mom.proxies.tcp
Class SSLTcpProxyService

java.lang.Object
  extended byorg.objectweb.joram.mom.proxies.tcp.TcpProxyService
      extended byorg.objectweb.joram.mom.proxies.tcp.SSLTcpProxyService

public class SSLTcpProxyService
extends TcpProxyService

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

SSLTcpProxyService

public SSLTcpProxyService(java.net.ServerSocket serverSocket,
                          int poolSize,
                          int timeout)
Method Detail

init

public static void init(java.lang.String args,
                        boolean firstTime)
                 throws java.lang.Exception
Initializes the SSLTCP entry point by creating a ssl server socket listening to the specified port.

Parameters:
args - stringified listening port
firstTime - true when the agent server starts.
Throws:
java.lang.Exception

Joram ${version}

Copyright © 2005 Scalagent - All rights reserved