Package 

Class ServletPartAdapter

  • All Implemented Interfaces:
    com.hexagonkt.http.model.HttpBase , com.hexagonkt.http.model.HttpPartPort

    
    public final class ServletPartAdapter
     implements HttpPartPort
                        
    • Nested Class Summary

      Nested Classes 
      Modifier and Type Class Description
    • Field Summary

      Fields 
      Modifier and Type Field Description
      private final Object body
      private final HttpFields<Header> headers
      private final ContentType contentType
      private final String name
      private final Long size
      private final String submittedFileName
    • Enum Constant Summary

      Enum Constants 
      Enum Constant Description
    • Method Summary

      Modifier and Type Method Description
      Object getBody()
      HttpFields<Header> getHeaders()
      ContentType getContentType()
      String getName()
      Long getSize()
      String getSubmittedFileName()
      • Methods inherited from class com.hexagonkt.http.model.HttpBase

        bodyString
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait