| Package | Description |
|---|---|
| com.wowza.util | |
| com.wowza.wms.application | |
| com.wowza.wms.client | |
| com.wowza.wms.server | |
| com.wowza.wms.vhost |
| Modifier and Type | Method | Description |
|---|---|---|
void |
IOPerformanceCounter.add(IOPerformanceCounter value) |
Add (value) to this counter.
|
void |
IOPerformanceCounter.addDifference(IOPerformanceCounter current,
IOPerformanceCounter last) |
Add the result of (current-last) to this counter.
|
void |
IOPerformanceCounter.clear() |
Clear or reset this counter back to zero.
|
IOPerformanceCounter |
IOPerformanceCounter.clone() |
Create a deep clone (copy) if this object.
|
void |
IOPerformanceCounter.doSet(IOPerformanceCounter value) |
Set this object to value.
|
long |
IOPerformanceCounter.getFileOutBytes() |
Get file byte-out bytes (not implemented)
|
double |
IOPerformanceCounter.getFileOutBytesRate() |
Get estimate of file byte-out message byte rate (not implemented).
|
long |
IOPerformanceCounter.incrementBytesIn(long bytes) |
Increment bytes-in by bytes and increment message count by 0.
|
long |
IOPerformanceCounter.incrementBytesLoss(long bytes) |
Increment bytes-loss by bytes and increment message count by 0.
|
long |
IOPerformanceCounter.incrementBytesOut(long bytes) |
Increment bytes-out by bytes and increment message count by 0.
|
long |
IOPerformanceCounter.incrementFileIn(long bytes) |
Increment file-bytes-in by bytes.
|
long |
IOPerformanceCounter.incrementFileOut(long bytes) |
Increment file bytes-out by bytes.
|
long |
IOPerformanceCounter.incrementMessagesIn() |
Increment byte-in message count by 1.
|
long |
IOPerformanceCounter.incrementMessagesIn(long bytes) |
Increment bytes-in by bytes and increment message count by 1.
|
long |
IOPerformanceCounter.incrementMessagesIn(long bytes,
long count) |
Increment bytes-in by bytes and message count by count.
|
long |
IOPerformanceCounter.incrementMessagesLoss() |
Increment byte-loss message count by 1.
|
long |
IOPerformanceCounter.incrementMessagesLoss(long bytes) |
Increment bytes-loss by bytes and increment message count by 1.
|
long |
IOPerformanceCounter.incrementMessagesLoss(long bytes,
long count) |
Increment bytes-loss by bytes and message count by count.
|
long |
IOPerformanceCounter.incrementMessagesOut() |
Increment byte-out message count by 1.
|
long |
IOPerformanceCounter.incrementMessagesOut(long bytes) |
Increment bytes-out by bytes and increment message count by 1.
|
long |
IOPerformanceCounter.incrementMessagesOut(long bytes,
long count) |
Increment bytes-out by bytes and message count by count.
|
| Modifier and Type | Method | Description |
|---|---|---|
String[] |
WMSProperties.getAllAsStrings() |
Return all properties as String[].
|
| Modifier and Type | Method | Description |
|---|---|---|
void |
ConnectionCounter.acceptConnection(com.wowza.wms.client.ConnectionHolder connectionHolder,
byte[] license) |
Accept a new connection.
|
void |
ConnectionCounter.addConnectionListener(IConnectionNotify connectionNotify) |
Add a connection listener.
|
void |
ConnectionCounter.decrement(com.wowza.wms.client.ConnectionHolder connectionHolder,
boolean isValid,
java.util.Date date,
long stamp,
byte[] license) |
Decrement connection counters.
|
void |
ConnectionCounter.disconnect(com.wowza.wms.client.ConnectionHolder connectionHolder,
byte[] license) |
Disconnect connection.
|
void |
ConnectionCounter.incrementAccept(com.wowza.wms.client.ConnectionHolder connectionHolder,
java.util.Date date,
long stamp,
byte[] license) |
Increment accepted connections.
|
void |
ConnectionCounter.incrementReject(com.wowza.wms.client.ConnectionHolder connectionHolder,
int reason,
java.util.Date date,
long stamp,
byte[] license) |
Increment reject connection.
|
void |
ConnectionCounter.rejectConnection(com.wowza.wms.client.ConnectionHolder connectionHolder,
int reason,
byte[] license) |
Reject connection.
|
void |
ConnectionCounter.removeConnectionListener(IConnectionNotify connectionNotify) |
Remove connection listener
|
void |
ConnectionCounter.setConnectionValidator(com.wowza.wms.client.IConnectionValidator connectionValidator) |
Set the connection validator.
|
boolean |
ConnectionCounter.validateNewConnection(com.wowza.wms.client.ConnectionHolder connectionHolder,
byte[] license) |
Validate a new connection.
|
| Modifier and Type | Method | Description |
|---|---|---|
HostPort |
IServer.getCommandInterfaceHostPort() |
Get the definition of the command interface
|
ConnectionCounter |
IServer.getConnectionCounter() |
Get the server connection counter.
|
com.wowza.wms.client.ConnectionCounterSimple |
IServer.getConnectionCounter(int counterIndex) |
Get the server connection counter for a specific technology (see IVHost.COUNTER_*)
|
ThreadPool |
IServer.getHandlerThreadPool() |
Get the server handler thread pool.
|
IOPerformanceCounter |
IServer.getIoPerformanceCounter() |
Get the server performance counter.
|
IOPerformanceCounter |
IServer.getIoPerformanceCounter(int counterIndex) |
Get the server performance counter for a specific technology (see IVHost.COUNTER_*)
|
long |
IServer.getPublishersMaximum() |
Get the maximum number of streams that can be published to the server
|
ThreadPool |
IServer.getThreadPool() |
Get the server handler thread pool.
|
ThreadPool |
IServer.getTransportThreadPool() |
Get the server transport thread pool.
|
void |
IServer.setCommandInterfaceHostPort(HostPort commandInterfaceHostPort) |
Set the definition for the command interface.
|
| Modifier and Type | Method | Description |
|---|---|---|
void |
ThreadPool.execute(Runnable command) |
Execute a runnable object.
|
java.util.concurrent.Executor |
ThreadPool.getExecutor() |
Get the underlying Executor pool.
|
ThreadPool |
IVHost.getHandlerThreadPool() |
Get the VHost handler thread pool.
|
ThreadPool |
IVHost.getThreadPool() |
Get the VHost handler thread pool.
|
ThreadPool |
IVHost.getTransportThreadPool() |
Get the VHost transport thread pool.
|
void |
ThreadPool.init(int corePoolSize) |
Initialize threadPool.
|
void |
VHostItem.reset() |
Reset vHostItem to empty state
|
void |
ThreadPool.terminate() |
Terminate all threads and cleanup threadPool.
|