Class GrizzlyWriter

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

    public class GrizzlyWriter
    extends Writer
    Author:
    Pavel Bucek
    • Constructor Summary

      Constructors 
      Constructor Description
      GrizzlyWriter​(org.glassfish.grizzly.Connection connection)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      void close()  
      boolean equals​(java.lang.Object obj)  
      int hashCode()  
      java.lang.String toString()  
      void write​(java.nio.ByteBuffer buffer, CompletionHandler<java.nio.ByteBuffer> completionHandler)  
      • Methods inherited from class org.glassfish.tyrus.spi.Writer

        write
      • Methods inherited from class java.lang.Object

        clone, finalize, getClass, notify, notifyAll, wait, wait, wait
    • Constructor Detail

      • GrizzlyWriter

        public GrizzlyWriter​(org.glassfish.grizzly.Connection connection)
    • Method Detail

      • write

        public void write​(java.nio.ByteBuffer buffer,
                          CompletionHandler<java.nio.ByteBuffer> completionHandler)
        Specified by:
        write in class Writer
      • close

        public void close()
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class java.lang.Object
      • equals

        public boolean equals​(java.lang.Object obj)
        Overrides:
        equals in class java.lang.Object
      • toString

        public java.lang.String toString()
        Overrides:
        toString in class java.lang.Object