All Downloads are FREE. Search and download functionalities are using the official Maven repository.

org.omg.SSLIOP.SSL Maven / Gradle / Ivy

The newest version!
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
* Wednesday, February 1, 2023 4:15:31 PM CET
*/

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