Interface InterfaceHttpData

All Superinterfaces:
Comparable<InterfaceHttpData>, io.netty.util.ReferenceCounted
All Known Subinterfaces:
Attribute, FileUpload, HttpData
All Known Implementing Classes:
AbstractDiskHttpData, AbstractHttpData, AbstractMemoryHttpData, DiskAttribute, DiskFileUpload, MemoryAttribute, MemoryFileUpload, MixedAttribute, MixedFileUpload

public interface InterfaceHttpData extends Comparable<InterfaceHttpData>, io.netty.util.ReferenceCounted
Interface for all Objects that could be encoded/decoded using HttpPostRequestEncoder/Decoder
  • Method Details

    • getName

      String getName()
      Returns the name of this InterfaceHttpData.
    • getHttpDataType

      Returns:
      The HttpDataType
    • retain

      Specified by:
      retain in interface io.netty.util.ReferenceCounted
    • retain

      InterfaceHttpData retain(int increment)
      Specified by:
      retain in interface io.netty.util.ReferenceCounted
    • touch

      Specified by:
      touch in interface io.netty.util.ReferenceCounted
    • touch

      Specified by:
      touch in interface io.netty.util.ReferenceCounted