public class Port extends Object implements Serializable
| Constructor and Description |
|---|
Port(String protocol,
int value,
int proxy) |
| Modifier and Type | Method and Description |
|---|---|
String |
getProtocol() |
int |
getProxy() |
int |
getValue() |
void |
setProtocol(String protocol) |
void |
setProxy(int proxy) |
void |
setValue(int value) |
String |
toString() |
public Port(String protocol, int value, int proxy)
Copyright © 2012–2016 The Apache Software Foundation. All rights reserved.