java.lang.Object
org.apache.hc.core5.testing.classic.Wire

public class Wire extends Object
  • Field Details

    • log

      private final org.slf4j.Logger log
    • id

      private final String id
  • Constructor Details

    • Wire

      public Wire(org.slf4j.Logger log, String id)
  • Method Details

    • wire

      private void wire(String header, byte[] b, int pos, int off)
    • isEnabled

      public boolean isEnabled()
    • output

      public void output(byte[] b, int pos, int off)
    • input

      public void input(byte[] b, int pos, int off)
    • output

      public void output(byte[] b)
    • input

      public void input(byte[] b)
    • output

      public void output(int b)
    • input

      public void input(int b)
    • output

      public void output(ByteBuffer b)
    • input

      public void input(ByteBuffer b)