public class HttpConnector extends Object
| Constructor and Description |
|---|
HttpConnector(boolean secure,
String scheme,
String address,
int port) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object other) |
String |
getAddress()
Returns the address for this connector as a string.
|
int |
getPort()
Returns the system port for this connector.
|
String |
getScheme()
Returns the scheme for this connector.
|
int |
hashCode() |
boolean |
isSecure()
Returns true if this is a secure connector.
|
String |
toString() |
public boolean isSecure()
public int getPort()
public String getAddress()
public String getScheme()
Copyright © 2013 Ness Computing, Inc.. All Rights Reserved.