|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.jboss.xnio.nio.NioTcpServer.NioTcpServerChannel
public final class NioTcpServer.NioTcpServerChannel
| Constructor Summary | |
|---|---|
NioTcpServer.NioTcpServerChannel(java.nio.channels.ServerSocketChannel channel)
|
|
| Method Summary | |
|---|---|
void |
close()
|
java.net.SocketAddress |
getLocalAddress()
Get the local address that this channel is bound to. |
boolean |
isOpen()
|
java.lang.String |
toString()
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public NioTcpServer.NioTcpServerChannel(java.nio.channels.ServerSocketChannel channel)
throws java.io.IOException
java.io.IOException| Method Detail |
|---|
public java.net.SocketAddress getLocalAddress()
BoundChannel
getLocalAddress in interface BoundChannel<java.net.SocketAddress>public boolean isOpen()
isOpen in interface java.nio.channels.Channel
public void close()
throws java.io.IOException
close in interface java.io.Closeableclose in interface java.nio.channels.Channeljava.io.IOExceptionpublic java.lang.String toString()
toString in class java.lang.Object
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||