org.apache.http.impl.nio.reactor
Class ChannelEntry

java.lang.Object
  extended by org.apache.http.impl.nio.reactor.ChannelEntry

public class ChannelEntry
extends java.lang.Object


Constructor Summary
ChannelEntry(java.nio.channels.SocketChannel channel)
           
ChannelEntry(java.nio.channels.SocketChannel channel, SessionRequestImpl sessionRequest)
           
 
Method Summary
 java.lang.Object getAttachment()
           
 java.nio.channels.SocketChannel getChannel()
           
 SessionRequestImpl getSessionRequest()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ChannelEntry

public ChannelEntry(java.nio.channels.SocketChannel channel,
                    SessionRequestImpl sessionRequest)

ChannelEntry

public ChannelEntry(java.nio.channels.SocketChannel channel)
Method Detail

getSessionRequest

public SessionRequestImpl getSessionRequest()

getAttachment

public java.lang.Object getAttachment()

getChannel

public java.nio.channels.SocketChannel getChannel()


Copyright © 2005-2008 Apache Software Foundation. All Rights Reserved.