Class StatsdClient.StreamFactory

  • Enclosing class:
    StatsdClient

    public static class StatsdClient.StreamFactory
    extends java.lang.Object
    • Constructor Summary

      Constructors 
      Constructor Description
      StreamFactory()  
    • Method Summary

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

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

      • StreamFactory

        public StreamFactory()
    • Method Detail

      • create

        public java.io.PrintWriter create​(java.net.Socket socket)
                                   throws java.io.IOException
        Throws:
        java.io.IOException