Package com.caucho.server.cluster

Examples of com.caucho.server.cluster.ProtocolPortConfig


  }

  @Configurable
  public TcpSocketLinkListener createProtocol()
  {
    ProtocolPortConfig port = new ProtocolPortConfig();

    getListenService().addListener(port);

    return port;
  }
View Full Code Here


  }

  @Configurable
  public TcpSocketLinkListener createListen()
  {
    ProtocolPortConfig listener = new ProtocolPortConfig();

    getListenService().addListener(listener);

    return listener;
  }
View Full Code Here

TOP

Related Classes of com.caucho.server.cluster.ProtocolPortConfig

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.