Package org.refcodes.net
Interface HttpInputStreamAccessor
-
- All Known Subinterfaces:
HttpClientResponse,HttpInputStreamAccessor.HttpInputStreamProperty,HttpServerRequest
- All Known Implementing Classes:
HttpClientResponseImpl,HttpServerRequestImpl
public interface HttpInputStreamAccessorProvides an accessor for a HTTPInputStreambody property.
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static interfaceHttpInputStreamAccessor.HttpInputStreamBuilder<B extends HttpInputStreamAccessor.HttpInputStreamBuilder<B>>Provides a builder body for a HTTPInputStreamproperty returning the builder for applying multiple build operations.static interfaceHttpInputStreamAccessor.HttpInputStreamMutatorProvides a mutator for aInputStreamproperty.static interfaceHttpInputStreamAccessor.HttpInputStreamPropertyProvides a HTTPInputStreamproperty.static interfaceHttpInputStreamAccessor.HttpInputStreamProvider<EXC extends java.lang.Exception>A provider interface provides a "toSomething(?)"
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.io.InputStreamgetHttpInputStream()Retrieves theInputStreamfrom the HTTPInputStreamproperty.
-