|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.restlet.engine.io.WrapperChannel<T>
public class WrapperChannel<T extends Channel>
Wrapper channel.
| Constructor Summary | |
|---|---|
WrapperChannel(T wrappedChannel)
Constructor. |
|
| Method Summary | |
|---|---|
void |
close()
Delegates to the wrapped channel. |
protected T |
getWrappedChannel()
Returns the wrapped channel. |
boolean |
isOpen()
Delegates to the wrapped channel. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public WrapperChannel(T wrappedChannel)
wrappedChannel - The wrapped channel.| Method Detail |
|---|
public void close()
throws IOException
close in interface Closeableclose in interface ChannelIOExceptionprotected T getWrappedChannel()
public boolean isOpen()
isOpen in interface Channel
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||