org.apache.http.impl.nio.reactor
Class ChannelEntry
java.lang.Object
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,
org.apache.http.impl.nio.reactor.SessionRequestImpl sessionRequest)
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ChannelEntry
public ChannelEntry(java.nio.channels.SocketChannel channel,
org.apache.http.impl.nio.reactor.SessionRequestImpl sessionRequest)
ChannelEntry
public ChannelEntry(java.nio.channels.SocketChannel channel)
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.