Class DefaultSocketWrapper

    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.net.Socket wrapSocket​(java.net.Socket socket)  
      • Methods inherited from class java.lang.Object

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

      • DefaultSocketWrapper

        public DefaultSocketWrapper()
    • Method Detail

      • wrapSocket

        public java.net.Socket wrapSocket​(java.net.Socket socket)
                                   throws java.io.IOException
        Specified by:
        wrapSocket in interface SocketWrapper
        Throws:
        java.io.IOException