@ManagedObject @Description(value="This Filter is responsible for the parsing incoming HTTP packets and serializing high level objects back into the HTTP protocol format.") public class HttpCodecFilter extends JmxObject
HttpCodecFilter.| Constructor and Description |
|---|
HttpCodecFilter(HttpCodecFilter httpCodecFilter) |
| Modifier and Type | Method and Description |
|---|---|
long |
getHttpCodecErrorCount() |
java.lang.String |
getJmxName() |
long |
getTotalContentReceived() |
long |
getTotalContentWritten() |
protected void |
onDeregister(GrizzlyJmxManager mom) |
protected void |
onRegister(GrizzlyJmxManager mom,
org.glassfish.gmbal.GmbalMBean bean) |
public HttpCodecFilter(HttpCodecFilter httpCodecFilter)
public java.lang.String getJmxName()
getJmxName in class JmxObjectprotected void onRegister(GrizzlyJmxManager mom, org.glassfish.gmbal.GmbalMBean bean)
onRegister in class JmxObjectprotected void onDeregister(GrizzlyJmxManager mom)
onDeregister in class JmxObject@ManagedAttribute(id="total-bytes-received") @Description(value="The total number of bytes this filter has processed as part of the HTTP protocol parsing process.") public long getTotalContentReceived()
HttpCodecFilter.@ManagedAttribute(id="total-bytes-written") @Description(value="The total number of bytes that have been written as part of the serialization process to the HTTP protocol.") public long getTotalContentWritten()
HttpCodecFilter.@ManagedAttribute(id="http-codec-error-count") @Description(value="The total number of protocol errors that have occurred during either the parsing or serialization process.") public long getHttpCodecErrorCount()
Copyright © 2014 Oracle Corporation. All Rights Reserved.