public class EventInput extends ChunkedInput<InboundEvent>
| Modifier | Constructor and Description |
|---|---|
protected |
EventInput(InputStream inputStream,
Annotation[] annotations,
MediaType mediaType,
MultivaluedMap<String,String> headers,
MessageBodyWorkers messageBodyWorkers,
PropertiesDelegate propertiesDelegate)
Package-private constructor used by the
ChunkedInputReader. |
close, createMultiParser, createParser, createParser, getChunkType, getParser, isClosed, read, setChunkType, setChunkType, setParserequals, forInstance, getRawType, getType, hashCode, toStringprotected EventInput(InputStream inputStream, Annotation[] annotations, MediaType mediaType, MultivaluedMap<String,String> headers, MessageBodyWorkers messageBodyWorkers, PropertiesDelegate propertiesDelegate)
ChunkedInputReader.inputStream - response input stream.annotations - annotations associated with response entity.mediaType - response entity media type.headers - response headers.messageBodyWorkers - message body workers.propertiesDelegate - properties delegate for this request/response.Copyright © 2007-2024, Oracle and/or its affiliates. All Rights Reserved. Use is subject to license terms.