public class HTTPConnectionDescriptor
extends java.lang.Object
| Constructor and Description |
|---|
HTTPConnectionDescriptor(HTTPClient.HTTPConnection connection,
ListenerInterface targetInterface)
Creates a new HTTPConnectionDescriptor.
|
| Modifier and Type | Method and Description |
|---|---|
HTTPClient.HTTPConnection |
getConnection()
Returns the HTTPConnection instance.
|
ListenerInterface |
getTargetInterface()
Returns the ListenerInterface of the connection target.
|
public HTTPConnectionDescriptor(HTTPClient.HTTPConnection connection,
ListenerInterface targetInterface)
connection - The HTTP connection.targetInterface - The ListenerInterface of the connection target.public HTTPClient.HTTPConnection getConnection()
public ListenerInterface getTargetInterface()
Copyright © 2023. All rights reserved.