|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use Port | |
|---|---|
| com.caucho.boot | |
| com.caucho.server.cluster | |
| com.caucho.server.port | |
| com.caucho.server.resin | |
| com.caucho.server.snmp | |
| Uses of Port in com.caucho.boot |
|---|
| Subclasses of Port in com.caucho.boot | |
|---|---|
class |
OpenPort
Represents a protocol connection. |
| Uses of Port in com.caucho.server.cluster |
|---|
| Subclasses of Port in com.caucho.server.cluster | |
|---|---|
class |
ClusterPort
Represents a protocol connection. |
| Methods in com.caucho.server.cluster that return Port | |
|---|---|
Port |
ClusterServer.createHttp()
Adds a http. |
Port |
ClusterServer.createProtocol()
Adds a custom-protocol port. |
| Methods in com.caucho.server.cluster that return types with arguments of type Port | |
|---|---|
java.util.ArrayList<Port> |
ClusterServer.getPorts()
Returns the ports. |
java.util.Collection<Port> |
Server.getPorts()
Returns the Ports for this server. |
| Uses of Port in com.caucho.server.port |
|---|
| Subclasses of Port in com.caucho.server.port | |
|---|---|
class |
ProtocolPort
Represents a protocol connection. |
| Methods in com.caucho.server.port that return Port | |
|---|---|
Port |
Protocol.getPort()
Gets the parent port. |
Port |
TcpConnection.getPort()
Returns the port which generated the connection. |
| Methods in com.caucho.server.port with parameters of type Port | |
|---|---|
void |
AbstractServer.addPort(Port port)
Adds a port. |
void |
Protocol.setParent(Port port)
Sets the containing port. |
| Constructors in com.caucho.server.port with parameters of type Port | |
|---|---|
PortAdmin(Port port)
|
|
| Uses of Port in com.caucho.server.resin |
|---|
| Subclasses of Port in com.caucho.server.resin | |
|---|---|
class |
SrunPort
Represents a protocol connection. |
| Uses of Port in com.caucho.server.snmp |
|---|
| Methods in com.caucho.server.snmp with parameters of type Port | |
|---|---|
void |
SnmpProtocol.setParent(Port port)
Sets the containing port. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||