public class InterruptibleChannels extends Object
| Constructor and Description |
|---|
InterruptibleChannels() |
| Modifier and Type | Method and Description |
|---|---|
static InterruptibleByteChannel |
open(AsynchronousByteChannel delegate)
Opens a new InterruptibleByteChannel.
|
static InterruptibleCharChannel |
open(AsynchronousCharChannel delegate)
Opens a new InterruptibleCharChannel.
|
public static InterruptibleByteChannel open(AsynchronousByteChannel delegate)
delegate - the InterruptibleByteChannel to wrappublic static InterruptibleCharChannel open(AsynchronousCharChannel delegate)
delegate - the InterruptibleCharChannel to wrapCopyright © 2011. All Rights Reserved.