net.gleamynode.netty.channel.socket
Interface ServerSocketChannel

All Superinterfaces:
Channel

public interface ServerSocketChannel
extends Channel

Version:
$Rev$, $Date$
Author:
The Netty Project (netty@googlegroups.com), Trustin Lee (trustin@gmail.com)

Field Summary
 
Fields inherited from interface net.gleamynode.netty.channel.Channel
OP_NONE, OP_READ, OP_READ_WRITE, OP_WRITE
 
Method Summary
 ServerSocketChannelConfig getConfig()
           
 InetSocketAddress getLocalAddress()
           
 InetSocketAddress getRemoteAddress()
           
 
Methods inherited from interface net.gleamynode.netty.channel.Channel
bind, close, connect, disconnect, getFactory, getId, getInterestOps, getParent, getPipeline, isBound, isConnected, isOpen, isReadable, isWritable, setInterestOps, setReadable, write, write
 

Method Detail

getConfig

ServerSocketChannelConfig getConfig()
Specified by:
getConfig in interface Channel

getLocalAddress

InetSocketAddress getLocalAddress()
Specified by:
getLocalAddress in interface Channel

getRemoteAddress

InetSocketAddress getRemoteAddress()
Specified by:
getRemoteAddress in interface Channel


Copyright © 2008-Present Trustin Heuiseung Lee. All Rights Reserved.