Class SocketInfo

java.lang.Object
com.sun.corba.ee.spi.folb.SocketInfo
All Implemented Interfaces:
Serializable

public class SocketInfo extends Object implements Serializable
Class representing endpoint info for the ORB.
See Also:
  • Field Details

    • type

      private final String type
    • host

      private final String host
    • port

      private final int port
  • Constructor Details

    • SocketInfo

      public SocketInfo(InputStream is)
    • SocketInfo

      public SocketInfo(String type, String host, int port)
  • Method Details