Class SocketConnection


  • public class SocketConnection
    extends java.lang.Object
    • Constructor Summary

      Constructors 
      Constructor Description
      SocketConnection​(java.lang.String host, int port, byte unitID)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      protected void close()  
      java.io.InputStream getIn()  
      java.io.OutputStream getOut()  
      byte getUnitID()  
      protected void open()  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • SocketConnection

        public SocketConnection​(java.lang.String host,
                                int port,
                                byte unitID)
    • Method Detail

      • getUnitID

        public byte getUnitID()
      • close

        protected void close()
      • getOut

        public java.io.OutputStream getOut()
      • getIn

        public java.io.InputStream getIn()