org.omg.SSLIOP.SSL Maven / Gradle / Ivy
package org.omg.SSLIOP;
/**
* org/omg/SSLIOP/SSL.java .
* Generated by the IDL-to-Java compiler (portable), version "3.2"
* from /home/tomek/workspace/openjdk-orb/src/share/classes/org/omg/SSLIOP/SSLIOP.idl
* Thursday, June 22, 2023 7:19:19 PM CEST
*/
public final class SSL implements org.omg.CORBA.portable.IDLEntity
{
public short target_supports = (short)0;
public short target_requires = (short)0;
public short port = (short)0;
public SSL ()
{
} // ctor
public SSL (short _target_supports, short _target_requires, short _port)
{
target_supports = _target_supports;
target_requires = _target_requires;
port = _port;
} // ctor
} // class SSL
© 2015 - 2024 Weber Informatics LLC | Privacy Policy