|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.caucho.resin.PortEmbed
public abstract class PortEmbed
Embeddable version of a Resin port
| Constructor Summary | |
|---|---|
PortEmbed()
|
|
| Method Summary | |
|---|---|
abstract void |
bindTo(Server server)
Binds the port to the server |
java.lang.String |
getAddress()
The binding address |
abstract int |
getLocalPort()
Returns the local, bound port |
int |
getPort()
The TCP port |
void |
setAddress(java.lang.String address)
The binding address |
void |
setPort(int port)
The TCP port |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public PortEmbed()
| Method Detail |
|---|
public void setPort(int port)
public int getPort()
public abstract int getLocalPort()
public void setAddress(java.lang.String address)
public java.lang.String getAddress()
public abstract void bindTo(Server server)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||