|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object anon.infoservice.HTTPConnectionDescriptor
public class HTTPConnectionDescriptor
Stores the information about an HTTP connection.
Field Summary | |
---|---|
private HTTPClient.HTTPConnection |
connection
Stores the HTTP connection. |
private ListenerInterface |
targetInterface
Stores the target interface. |
Constructor Summary | |
---|---|
HTTPConnectionDescriptor(HTTPClient.HTTPConnection connection,
ListenerInterface targetInterface)
Creates a new HTTPConnectionDescriptor. |
Method Summary | |
---|---|
HTTPClient.HTTPConnection |
getConnection()
Returns the HTTPConnection instance. |
ListenerInterface |
getTargetInterface()
Returns the ListenerInterface of the connection target. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
private HTTPClient.HTTPConnection connection
private ListenerInterface targetInterface
Constructor Detail |
---|
public HTTPConnectionDescriptor(HTTPClient.HTTPConnection connection, ListenerInterface targetInterface)
connection
- The HTTP connection.targetInterface
- The ListenerInterface of the connection target.Method Detail |
---|
public HTTPClient.HTTPConnection getConnection()
public ListenerInterface getTargetInterface()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |