Package com.cellasoft.jchat.socket

Examples of com.cellasoft.jchat.socket.RMISSLServerSocketFactory


     * @param obj Oggetto Marshallizzato che contiene eventuali parametri di inizializzazione del server
     * @throws RemoteException
     * @throws Exception
     */
    public CentralServer(ActivationID id, MarshalledObject objMO) throws RemoteException, Exception {
        super(id, port, new RMISSLClientSocketFactory(), new RMISSLServerSocketFactory());
        initResource();
        isActive = true;
    }
View Full Code Here

TOP

Related Classes of com.cellasoft.jchat.socket.RMISSLServerSocketFactory

Copyright © 2018 www.massapicom. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.