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

java.lang.Object
  extended byorg.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, org.apache.http.impl.nio.reactor.SessionRequestImpl sessionRequest)
           
 
Method Summary
 java.lang.Object getAttachment()
           
 java.nio.channels.SocketChannel getChannel()
           
 org.apache.http.impl.nio.reactor.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,
                    org.apache.http.impl.nio.reactor.SessionRequestImpl sessionRequest)

ChannelEntry

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

getSessionRequest

public org.apache.http.impl.nio.reactor.SessionRequestImpl getSessionRequest()

getAttachment

public java.lang.Object getAttachment()

getChannel

public java.nio.channels.SocketChannel getChannel()


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