Package one.nio.rpc

Class RpcPacket

java.lang.Object
one.nio.rpc.RpcPacket

class RpcPacket extends Object
  • Field Details

  • Constructor Details

    • RpcPacket

      RpcPacket()
  • Method Details

    • isHttpHeader

      static boolean isHttpHeader(int header)
    • getSize

      static int getSize(byte[] buffer)
    • checkWriteSize

      static void checkWriteSize(int size) throws IOException
      Throws:
      IOException
    • checkReadSize

      static void checkReadSize(int size, Socket socket) throws IOException
      Throws:
      IOException