net.gleamynode.netty.channel.socket
Interface SocketChannel

All Superinterfaces:
Channel

public interface SocketChannel
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
 SocketChannelConfig 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

SocketChannelConfig 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.