Class FrameWriteRequest

  • All Implemented Interfaces:
    WriteRequest

    public class FrameWriteRequest
    extends java.lang.Object
    implements WriteRequest
    • Field Summary

      Fields 
      Modifier and Type Field Description
      (package private) Frame frame  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      void handle​(java.io.DataOutputStream outputStream)  
      • Methods inherited from class java.lang.Object

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

      • frame

        final Frame frame
    • Constructor Detail

      • FrameWriteRequest

        public FrameWriteRequest​(Frame frame)
    • Method Detail

      • handle

        public void handle​(java.io.DataOutputStream outputStream)
                    throws java.io.IOException
        Specified by:
        handle in interface WriteRequest
        Throws:
        java.io.IOException