Interface ClientChannel

All Superinterfaces:
ISOChannel, ISOSource
All Known Implementing Classes:
AmexChannel, ASCIIChannel, BASE24Channel, BASE24TCPChannel, BaseChannel, BCDChannel, CMFChannel, CSChannel, FSDChannel, GICCChannel, GZIPChannel, HEXChannel, LogChannel, NACChannel, NCCChannel, PADChannel, PostChannel, RawChannel, RBPChannel, TelnetXMLChannel, VAPChannel, X25Channel, XMLChannel

public interface ClientChannel extends ISOChannel
Tag this channel as a client one (from a Socket point of view) Please note that ISOChannel implementations may choose to implement ClientChannel as well as ServerChannel, being a client does not mean it can not be a server too.
See Also:
  • Method Details

    • setHost

      void setHost(String host, int port)
      initialize an ISOChannel
      Parameters:
      host - server TCP Address
      port - server port number
    • getHost

      Returns:
      hostname (may be null)
    • getPort

      int getPort()
      Returns:
      port number (may be 0)