public abstract static class ServerStatus.Network extends Object
Constructor and Description |
---|
ServerStatus.Network() |
Modifier and Type | Method and Description |
---|---|
abstract int |
bytesIn() |
abstract int |
bytesOut() |
static ServerStatus.Network |
create(int bytesIn,
int bytesOut,
int numRequests) |
abstract int |
numRequests() |
public abstract int bytesIn()
public abstract int bytesOut()
public abstract int numRequests()
public static ServerStatus.Network create(int bytesIn, int bytesOut, int numRequests)
Copyright © 2012-2015 Graylog, Inc.. All Rights Reserved.