C - the wrapped channel typepublic interface ProtectedWrappedChannel<C extends java.nio.channels.Channel>
| Modifier and Type | Method and Description |
|---|---|
C |
getChannel(java.lang.Object guard)
Get the channel which is wrapped by this object, or
null if the guard is invalid. |
C getChannel(java.lang.Object guard)
null if the guard is invalid.guard - the guard objectCopyright © 2016 JBoss, a division of Red Hat, Inc.