Package | Description |
---|---|
org.xnio.channels |
Modifier and Type | Method and Description |
---|---|
protected TranslatingSuspendableChannel.Readiness |
FramedMessageChannel.isReadable()
Determine whether this channel is known to be (or to not be) readable.
|
protected abstract TranslatingSuspendableChannel.Readiness |
TranslatingSuspendableChannel.isReadable()
Determine whether this channel is known to be (or to not be) readable.
|
protected TranslatingSuspendableChannel.Readiness |
FramedMessageChannel.isWritable()
Determine whether this channel is known to be (or to not be) writable.
|
protected abstract TranslatingSuspendableChannel.Readiness |
TranslatingSuspendableChannel.isWritable()
Determine whether this channel is known to be (or to not be) writable.
|
static TranslatingSuspendableChannel.Readiness |
TranslatingSuspendableChannel.Readiness.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static TranslatingSuspendableChannel.Readiness[] |
TranslatingSuspendableChannel.Readiness.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Copyright © 2012 JBoss, a division of Red Hat, Inc.. All Rights Reserved.