Class JilterPacket


  • public class JilterPacket
    extends java.lang.Object
    • Constructor Summary

      Constructors 
      Constructor Description
      JilterPacket()  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      int getCommand()  
      java.nio.ByteBuffer getData()  
      boolean process​(java.nio.ByteBuffer dataBuffer)  
      void reset()  
      • Methods inherited from class java.lang.Object

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

      • JilterPacket

        public JilterPacket()
    • Method Detail

      • process

        public boolean process​(java.nio.ByteBuffer dataBuffer)
                        throws java.io.IOException
        Throws:
        java.io.IOException
      • getCommand

        public int getCommand()
      • getData

        public java.nio.ByteBuffer getData()
      • reset

        public void reset()