Class NettyHttpClient

  • All Implemented Interfaces:
    java.io.Closeable, java.lang.AutoCloseable

    public class NettyHttpClient
    extends java.lang.Object
    implements java.io.Closeable
    • Field Summary

      Fields 
      Modifier and Type Field Description
      static java.lang.String PROTOBUF_MIME_TYPE  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      void close()  
      void log​(io.netty.buffer.ByteBuf dataBuffer)  
      void log​(OutputBuffer outputBuffer)  
      • Methods inherited from class java.lang.Object

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

      • PROTOBUF_MIME_TYPE

        public static final java.lang.String PROTOBUF_MIME_TYPE
        See Also:
        Constant Field Values
    • Method Detail

      • log

        public void log​(io.netty.buffer.ByteBuf dataBuffer)
      • close

        public void close()
        Specified by:
        close in interface java.lang.AutoCloseable
        Specified by:
        close in interface java.io.Closeable
      • log

        public void log​(OutputBuffer outputBuffer)
                 throws java.io.IOException
        Throws:
        java.io.IOException