public interface ChannelInput<T> extends Iterable<T>
| Modifier and Type | Method and Description |
|---|---|
T |
read()
Reads an Object from the Channel.
|
T |
read(long timeout)
Reads an Object from the Channel.
|
void |
readConnect() |
void |
readDisconnect() |
T read()
T read(long timeout)
timeout - The maximum time to wait in milliseconds.void readConnect()
void readDisconnect()
Copyright © 2015 Revolution Systems Inc.. All rights reserved.