public interface RemoteSocketBinding
| Modifier and Type | Method and Description |
|---|---|
String |
getHost() |
String |
getName() |
int |
getPort() |
String |
getSourceInterface() |
int |
getSourcePort() |
boolean |
isFixedSourcePort() |
void |
setFixedSourcePort(boolean b) |
void |
setHost(String name) |
void |
setName(String name) |
void |
setPort(int port) |
void |
setSourceInterface(String name) |
void |
setSourcePort(int port) |
String getName()
void setName(String name)
int getPort()
void setPort(int port)
String getHost()
void setHost(String name)
String getSourceInterface()
void setSourceInterface(String name)
int getSourcePort()
void setSourcePort(int port)
boolean isFixedSourcePort()
void setFixedSourcePort(boolean b)
Copyright © 2014 JBoss, a division of Red Hat. All rights reserved.