public class PortWithProtocol extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
PortWithProtocol.Protocol
Represents the protocol portion of the port.
|
| Constructor and Description |
|---|
PortWithProtocol(int port,
PortWithProtocol.Protocol protocol) |
| Modifier and Type | Method and Description |
|---|---|
int |
getPort() |
PortWithProtocol.Protocol |
getProtocol() |
public PortWithProtocol(int port,
PortWithProtocol.Protocol protocol)
public int getPort()
public PortWithProtocol.Protocol getProtocol()
Copyright © 2018. All rights reserved.