Interface | Description |
---|---|
RequestDataPersister |
Interface to write callbacks to persist the metering data.
|
Class | Description |
---|---|
MeteredServletRequest |
MeteredServletRequest is to use to track the request message sizes and the bandwidth.
|
MeteredServletResponse |
MeteredServletResponse is to use to track the response message sizes and the bandwidth.
|
MeteringInputStream |
MeteringInputStream class wraps InputStream and meter the number of
byte transfered which can be retrieved using the getReadSize()
method.
|
MeteringOutputStream |
MeteringOutputStream class wraps OutputStream and meter the number of
byte transfered which can be retrieved using the geWrittenSize()
method.
|
Copyright © 2016 WSO2 Inc. All rights reserved.