|
Java™ Platform Standard Ed. 6 |
|||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ServerSocketChannel | |
---|---|
java.net | Provides the classes for implementing networking applications. |
java.nio.channels | Defines channels, which represent connections to entities that are capable of performing I/O operations, such as files and sockets; defines selectors, for multiplexed, non-blocking I/O operations. |
java.nio.channels.spi | Service-provider classes for the java.nio.channels package. |
Uses of ServerSocketChannel in java.net |
---|
Methods in java.net that return ServerSocketChannel | |
---|---|
ServerSocketChannel |
ServerSocket.getChannel()
Returns the unique ServerSocketChannel object
associated with this socket, if any. |
Uses of ServerSocketChannel in java.nio.channels |
---|
Methods in java.nio.channels that return ServerSocketChannel | |
---|---|
static ServerSocketChannel |
ServerSocketChannel.open()
Opens a server-socket channel. |
Uses of ServerSocketChannel in java.nio.channels.spi |
---|
Methods in java.nio.channels.spi that return ServerSocketChannel | |
---|---|
abstract ServerSocketChannel |
SelectorProvider.openServerSocketChannel()
Opens a server-socket channel. |
|
Java™ Platform Standard Ed. 6 |
|||||||||
PREV NEXT | FRAMES NO FRAMES |
Copyright 2006 Sun Microsystems, Inc. All rights reserved. Use is subject to license terms. Also see the documentation redistribution policy.