|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.nesscomputing.httpserver.HttpConnector
public class HttpConnector
Describes a connector used by a server.
| Constructor Summary | |
|---|---|
HttpConnector(boolean secure,
String scheme,
String address,
int port)
|
|
| Method Summary | |
|---|---|
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()
|
| Methods inherited from class java.lang.Object |
|---|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public HttpConnector(boolean secure,
@Nonnull
String scheme,
@Nonnull
String address,
int port)
| Method Detail |
|---|
public boolean isSecure()
public int getPort()
public String getAddress()
public String getScheme()
public boolean equals(Object other)
equals in class Objectpublic int hashCode()
hashCode in class Objectpublic String toString()
toString in class Object
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||