public static class ProxyResource.BandwidthLimitDescriptor extends Object
Constructor and Description |
---|
BandwidthLimitDescriptor() |
BandwidthLimitDescriptor(StreamManager manager) |
Modifier and Type | Method and Description |
---|---|
long |
getMaxDownstreamKB() |
long |
getMaxUpstreamKB() |
long |
getRemainingDownstreamKB() |
long |
getRemainingUpstreamKB() |
void |
setMaxDownstreamKB(long maxDownstreamKB) |
void |
setMaxUpstreamKB(long maxUpstreamKB) |
void |
setRemainingDownstreamKB(long remainingDownstreamKB) |
void |
setRemainingUpstreamKB(long remainingUpstreamKB) |
public BandwidthLimitDescriptor()
public BandwidthLimitDescriptor(StreamManager manager)
public long getMaxUpstreamKB()
public void setMaxUpstreamKB(long maxUpstreamKB)
public long getRemainingUpstreamKB()
public void setRemainingUpstreamKB(long remainingUpstreamKB)
public long getMaxDownstreamKB()
public void setMaxDownstreamKB(long maxDownstreamKB)
public long getRemainingDownstreamKB()
public void setRemainingDownstreamKB(long remainingDownstreamKB)
Copyright © 2016. All Rights Reserved.