Class HttpInput.Content

java.lang.Object
org.eclipse.jetty.server.HttpInput.Content
All Implemented Interfaces:
Callback, Invocable
Direct Known Subclasses:
HttpInput.SentinelContent
Enclosing class:
HttpInput

@Deprecated(since="2021-05-27") public static class HttpInput.Content extends Object implements Callback
Deprecated.
  • Constructor Details

    • Content

      public Content(ByteBuffer content)
      Deprecated.
  • Method Details

    • getByteBuffer

      public ByteBuffer getByteBuffer()
      Deprecated.
    • getInvocationType

      public Invocable.InvocationType getInvocationType()
      Deprecated.
      Specified by:
      getInvocationType in interface Invocable
      Returns:
      The InvocationType of this object
    • get

      public int get(byte[] buffer, int offset, int length)
      Deprecated.
    • skip

      public int skip(int length)
      Deprecated.
    • hasContent

      public boolean hasContent()
      Deprecated.
    • remaining

      public int remaining()
      Deprecated.
    • isEmpty

      public boolean isEmpty()
      Deprecated.
    • toString

      public String toString()
      Deprecated.
      Overrides:
      toString in class Object