Package akka.http.javadsl.model
Interface RequestEntity
-
- All Superinterfaces:
HttpEntity
,ResponseEntity
- All Known Subinterfaces:
HttpEntity.Chunked
,HttpEntity.Default
,HttpEntity.Strict
,RequestEntity
,UniversalEntity
,UniversalEntity
- All Known Implementing Classes:
HttpEntity.Chunked
,HttpEntity.Default
,HttpEntity.Strict
public interface RequestEntity extends ResponseEntity
Marker-interface for entity types that can be used in a request
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from interface akka.http.javadsl.model.HttpEntity
HttpEntity.Chunked, HttpEntity.ChunkStreamPart, HttpEntity.CloseDelimited, HttpEntity.Default, HttpEntity.DiscardedEntity, HttpEntity.IndefiniteLength, HttpEntity.Strict
-
-
Method Summary
-
Methods inherited from interface akka.http.javadsl.model.HttpEntity
discardBytes, discardBytes, getContentLengthOption, getContentType, getDataBytes, isChunked, isCloseDelimited, isDefault, isIndefiniteLength, isKnownEmpty, isStrict, toStrict, toStrict, toStrict, toStrict, withContentType, withoutSizeLimit, withSizeLimit
-
-