// ********************************************************************** // // Copyright (c) 2003-2010 ZeroC, Inc. All rights reserved. // // This copy of Ice is licensed to you under the terms described in the // ICE_LICENSE file included in this distribution. // // ********************************************************************** // Ice version 3.4.1 package IceSSL; // <auto-generated> // // Generated from file `EndpointInfo.ice' // // Warning: do not edit this file. // // </auto-generated> /** * Provides access to an SSL endpoint information. * **/ public abstract class EndpointInfo extends Ice.IPEndpointInfo { public EndpointInfo() { super(); } public EndpointInfo(int timeout, boolean compress, String host, int port) { super(timeout, compress, host, port); } }