org.refcodes.mixin.InputStreamAccessor
BidirectionalConnectionByteTransceiver<INPUT,OUTPUT>
, BidirectionalStreamConnectionByteTransceiver
, BytesReceiver
, BytesTransceiver
, ConnectionBytesReceiver<CON>
, ConnectionBytesTransceiver<CON>
, InputStreamConnectionByteReceiver
, TimeoutInputStreamAccessor.TimeoutInputStreamProperty
AbstractBytesReceiver
, AbstractInputStreamByteReceiver
, AbstractPrefetchInputStreamByteReceiver
, BidirectionalStreamByteTransceiver
, BidirectionalStreamConnectionByteTransceiverImpl
, ByteArrayReceiver
, BytesReceiverDecorator
, InputStreamByteReceiver
, InputStreamConnectionByteReceiverImpl
, LoopbackBytesReceiver
, LoopbackBytesTransceiver
, PrefetchBidirectionalStreamByteTransceiver
, PrefetchBidirectionalStreamConnectionByteTransceiver
, PrefetchInputStreamByteReceiver
, PrefetchInputStreamConnectionByteReceiver
public interface TimeoutInputStreamAccessor
extends org.refcodes.mixin.InputStreamAccessor
Modifier and Type | Interface | Description |
---|---|---|
static interface |
TimeoutInputStreamAccessor.TimeoutInputStreamBuilder<B extends TimeoutInputStreamAccessor.TimeoutInputStreamBuilder<?>> |
Provides a mutator for an timeout input stream property.
|
static interface |
TimeoutInputStreamAccessor.TimeoutInputStreamMutator |
Provides a mutator for an timeout input stream property.
|
static interface |
TimeoutInputStreamAccessor.TimeoutInputStreamProperty |
Provides an timeout input stream property.
|
org.refcodes.mixin.InputStreamAccessor.InputStreamBuilder<B extends org.refcodes.mixin.InputStreamAccessor.InputStreamBuilder<?>>, org.refcodes.mixin.InputStreamAccessor.InputStreamMutator, org.refcodes.mixin.InputStreamAccessor.InputStreamProperty
Modifier and Type | Method | Description |
---|---|---|
TimeoutInputStream |
getInputStream(long aTimeoutInMs) |
Retrieves the timeout input stream from the timeout input stream
property.
|
TimeoutInputStream getInputStream(long aTimeoutInMs)
aTimeoutInMs
- The default timeout for read operations not
explicitly called with a timeout argument. With a value of -1
timeout handling is disabled (blocking mode).Copyright © 2021. All rights reserved.