Class ChannelFunctionFileChannel

java.lang.Object
java.nio.channels.spi.AbstractInterruptibleChannel
java.nio.channels.FileChannel
io.undertow.websockets.core.function.ChannelFunctionFileChannel
All Implemented Interfaces:
Closeable, AutoCloseable, ByteChannel, Channel, GatheringByteChannel, InterruptibleChannel, ReadableByteChannel, ScatteringByteChannel, SeekableByteChannel, WritableByteChannel

public class ChannelFunctionFileChannel extends FileChannel
Author:
Norman Maurer