| Package | Description |
|---|---|
| com.wowza.wms.client | |
| com.wowza.wms.http | |
| com.wowza.wms.server | |
| com.wowza.wms.vhost |
| Modifier and Type | Method | Description |
|---|---|---|
HostPort |
IClient.getServerHostPort() |
Get the hostPort object for the connection that is servicing this client
|
| Modifier and Type | Method | Description |
|---|---|---|
void |
IHTTPProvider.onBind(IVHost vhost,
HostPort hostPort) |
Triggered after hostPort binds to socket
|
void |
IHTTPProvider.onUnbind(IVHost vhost,
HostPort hostPort) |
Triggered after hostPort unbinds
|
| Modifier and Type | Method | Description |
|---|---|---|
HostPort |
IServer.getCommandInterfaceHostPort() |
Get the definition of the command interface
|
| Modifier and Type | Method | Description |
|---|---|---|
void |
IServer.setCommandInterfaceHostPort(HostPort commandInterfaceHostPort) |
Set the definition for the command interface.
|
| Modifier and Type | Method | Description |
|---|---|---|
HostPort |
HostPortList.get(int index) |
Get HostPort object at index, null if out of bounds
|
| Modifier and Type | Method | Description |
|---|---|---|
void |
HostPortList.add(HostPort hostPort) |
Add HostPort object
|
void |
IVHost.closeHostPort(HostPort hostPort,
boolean isSuspend) |
Close an individual HostPort
|
void |
IAcceptorNotify.onAcceptorCreate(HostPort hostPort,
java.util.Map acceptorMap) |
Triggered when a new acceptor is created
|
void |
IAcceptorNotify.onAcceptorDestroy(HostPort hostPort,
java.util.Map acceptorMap) |
Triggered when a new acceptor is deleted
|
void |
IVHost.setAdminInterfaceHostPort(HostPort adminInterfaceHostPort) |
Set admin interface host port (not used)
|
boolean |
IVHostHTTPStreamerRequestValidator.validateHTTPStreamerRequest(com.wowza.wms.server.RtmpRequestMessage request,
HostPort hostPort,
String path) |