cosmic-internal-jdk
Version:
KingScript: JDK1.8
63 lines (62 loc) • 5.48 kB
JavaScript
export const AcceptPendingException = $.type("java.nio.channels.AcceptPendingException");
export const AlreadyBoundException = $.type("java.nio.channels.AlreadyBoundException");
export const AlreadyConnectedException = $.type("java.nio.channels.AlreadyConnectedException");
export const AsynchronousByteChannel = $.type("java.nio.channels.AsynchronousByteChannel");
export const AsynchronousChannel = $.type("java.nio.channels.AsynchronousChannel");
export const AsynchronousChannelGroup = $.type("java.nio.channels.AsynchronousChannelGroup");
export const AsynchronousCloseException = $.type("java.nio.channels.AsynchronousCloseException");
export const AsynchronousFileChannel = $.type("java.nio.channels.AsynchronousFileChannel");
export const AsynchronousServerSocketChannel = $.type("java.nio.channels.AsynchronousServerSocketChannel");
export const AsynchronousSocketChannel = $.type("java.nio.channels.AsynchronousSocketChannel");
export const ByteChannel = $.type("java.nio.channels.ByteChannel");
export const CancelledKeyException = $.type("java.nio.channels.CancelledKeyException");
export const Channel = $.type("java.nio.channels.Channel");
export const Channels = $.type("java.nio.channels.Channels");
export const ClosedByInterruptException = $.type("java.nio.channels.ClosedByInterruptException");
export const ClosedChannelException = $.type("java.nio.channels.ClosedChannelException");
export const ClosedSelectorException = $.type("java.nio.channels.ClosedSelectorException");
export const CompletionHandler = $.type("java.nio.channels.CompletionHandler");
export const ConnectionPendingException = $.type("java.nio.channels.ConnectionPendingException");
export const DatagramChannel = $.type("java.nio.channels.DatagramChannel");
export const FileChannel = $.type("java.nio.channels.FileChannel");
export const FileChannel$MapMode = $.type("java.nio.channels.FileChannel$MapMode");
export const FileLock = $.type("java.nio.channels.FileLock");
export const FileLockInterruptionException = $.type("java.nio.channels.FileLockInterruptionException");
export const GatheringByteChannel = $.type("java.nio.channels.GatheringByteChannel");
export const IllegalBlockingModeException = $.type("java.nio.channels.IllegalBlockingModeException");
export const IllegalChannelGroupException = $.type("java.nio.channels.IllegalChannelGroupException");
export const IllegalSelectorException = $.type("java.nio.channels.IllegalSelectorException");
export const InterruptedByTimeoutException = $.type("java.nio.channels.InterruptedByTimeoutException");
export const InterruptibleChannel = $.type("java.nio.channels.InterruptibleChannel");
export const MembershipKey = $.type("java.nio.channels.MembershipKey");
export const MulticastChannel = $.type("java.nio.channels.MulticastChannel");
export const NetworkChannel = $.type("java.nio.channels.NetworkChannel");
export const NoConnectionPendingException = $.type("java.nio.channels.NoConnectionPendingException");
export const NonReadableChannelException = $.type("java.nio.channels.NonReadableChannelException");
export const NonWritableChannelException = $.type("java.nio.channels.NonWritableChannelException");
export const NotYetBoundException = $.type("java.nio.channels.NotYetBoundException");
export const NotYetConnectedException = $.type("java.nio.channels.NotYetConnectedException");
export const OverlappingFileLockException = $.type("java.nio.channels.OverlappingFileLockException");
export const Pipe = $.type("java.nio.channels.Pipe");
export const Pipe$SinkChannel = $.type("java.nio.channels.Pipe$SinkChannel");
export const Pipe$SourceChannel = $.type("java.nio.channels.Pipe$SourceChannel");
export const ReadPendingException = $.type("java.nio.channels.ReadPendingException");
export const ReadableByteChannel = $.type("java.nio.channels.ReadableByteChannel");
export const ScatteringByteChannel = $.type("java.nio.channels.ScatteringByteChannel");
export const SeekableByteChannel = $.type("java.nio.channels.SeekableByteChannel");
export const SelectableChannel = $.type("java.nio.channels.SelectableChannel");
export const SelectionKey = $.type("java.nio.channels.SelectionKey");
export const Selector = $.type("java.nio.channels.Selector");
export const ServerSocketChannel = $.type("java.nio.channels.ServerSocketChannel");
export const ShutdownChannelGroupException = $.type("java.nio.channels.ShutdownChannelGroupException");
export const SocketChannel = $.type("java.nio.channels.SocketChannel");
export const UnresolvedAddressException = $.type("java.nio.channels.UnresolvedAddressException");
export const UnsupportedAddressTypeException = $.type("java.nio.channels.UnsupportedAddressTypeException");
export const WritableByteChannel = $.type("java.nio.channels.WritableByteChannel");
export const WritePendingException = $.type("java.nio.channels.WritePendingException");
export const AbstractInterruptibleChannel = $.type("java.nio.channels.spi.AbstractInterruptibleChannel");
export const AbstractSelectableChannel = $.type("java.nio.channels.spi.AbstractSelectableChannel");
export const AbstractSelectionKey = $.type("java.nio.channels.spi.AbstractSelectionKey");
export const AbstractSelector = $.type("java.nio.channels.spi.AbstractSelector");
export const AsynchronousChannelProvider = $.type("java.nio.channels.spi.AsynchronousChannelProvider");
export const SelectorProvider = $.type("java.nio.channels.spi.SelectorProvider");