Class USocketFactory.Socket

  • Enclosing interface:
    USocketFactory

    public abstract static class USocketFactory.Socket
    extends java.lang.Object
    • Constructor Summary

      Constructors 
      Constructor Description
      Socket()  
    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      abstract void close()  
      abstract int readFull​(byte[] buf, int s, int len)  
      abstract void write​(byte[] buf, int s, int len)  
      • Methods inherited from class java.lang.Object

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

      • Socket

        public Socket()
    • Method Detail

      • readFull

        public abstract int readFull​(byte[] buf,
                                     int s,
                                     int len)
                              throws java.io.IOException
        Throws:
        java.io.IOException
      • write

        public abstract void write​(byte[] buf,
                                   int s,
                                   int len)
                            throws java.io.IOException
        Throws:
        java.io.IOException
      • close

        public abstract void close()
                            throws java.io.IOException
        Throws:
        java.io.IOException