public class InputEndpoint extends Object
Modifier and Type | Class and Description |
---|---|
static class |
InputEndpoint.Builder |
Constructor and Description |
---|
InputEndpoint(Integer localPort,
Integer externalPort,
String name,
Protocol protocol) |
Modifier and Type | Method and Description |
---|---|
static InputEndpoint.Builder |
builder() |
boolean |
equals(Object obj) |
Integer |
getExternalPort() |
Integer |
getLocalPort() |
String |
getName() |
Protocol |
getProtocol() |
int |
hashCode() |
String |
toString() |
public static InputEndpoint.Builder builder()
public Integer getLocalPort()
public Integer getExternalPort()
public String getName()
public Protocol getProtocol()
Copyright © 2009-2013 jclouds. All Rights Reserved.