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