public class ChannelInputWrapper extends java.lang.Object implements ChannelInput
Modifier and Type | Field and Description |
---|---|
private ChannelInput |
in
Deprecated.
The actual channel end.
|
Constructor and Description |
---|
ChannelInputWrapper(ChannelInput in)
Deprecated.
Constructs a new wrapper around the given channel end.
|
Modifier and Type | Method and Description |
---|---|
void |
endRead()
Deprecated.
Ends an extended rendezvous
|
void |
poison(int strength)
Deprecated.
This injects poison into the channel.
|
java.lang.Object |
read()
Deprecated.
Reads a value from the channel.
|
java.lang.Object |
startRead()
Deprecated.
Begins an extended rendezvous
|
private ChannelInput in
public ChannelInputWrapper(ChannelInput in)
in
- the existing channel end.public java.lang.Object read()
read
in interface ChannelInput
ChannelInput
public java.lang.Object startRead()
startRead
in interface ChannelInput
ChannelInput.startRead
public void endRead()
endRead
in interface ChannelInput
ChannelInput.endRead
public void poison(int strength)
Poisonable
poison
in interface Poisonable
strength
- the strength of the poison (must be >= 0).