com.zeroc.IceSSL.EndpointInfo Maven / Gradle / Ivy
//
// Copyright (c) ZeroC, Inc. All rights reserved.
//
//
// Ice version 3.7.4
//
//
//
// Generated from file `EndpointInfo.ice'
//
// Warning: do not edit this file.
//
//
//
package com.zeroc.IceSSL;
/**
* Provides access to an SSL endpoint information.
**/
public abstract class EndpointInfo extends com.zeroc.Ice.EndpointInfo
{
public EndpointInfo()
{
super();
}
public EndpointInfo(com.zeroc.Ice.EndpointInfo underlying, int timeout, boolean compress)
{
super(underlying, timeout, compress);
}
public EndpointInfo clone()
{
return (EndpointInfo)super.clone();
}
/** @hidden */
public static final long serialVersionUID = 5490788644436785361L;
}
© 2015 - 2024 Weber Informatics LLC | Privacy Policy