Package 

Class SocketIO


  • 
    public class SocketIO
    
                        

    Wraps IO static method into an instance method. This is useful for testing purposes as mocking static methods is not straightforward.

    • Method Summary

      Modifier and Type Method Description
      Socket socket(String url, IO.Options options)
      • Methods inherited from class java.lang.Object

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