Package org.somda.sdc.dpws.http.jetty
Class CommunicationLogOutputInterceptor
java.lang.Object
org.somda.sdc.dpws.http.jetty.CommunicationLogOutputInterceptor
- All Implemented Interfaces:
org.eclipse.jetty.server.HttpOutput.Interceptor
public class CommunicationLogOutputInterceptor
extends Object
implements org.eclipse.jetty.server.HttpOutput.Interceptor
HttpOutput.Interceptor which logs messages to a stream.
-
Method Summary
Modifier and TypeMethodDescriptionvoidclose()Closes the underlying communication log stream if present.org.eclipse.jetty.server.HttpOutput.Interceptorvoidwrite(ByteBuffer content, boolean last, org.eclipse.jetty.util.Callback callback) Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.eclipse.jetty.server.HttpOutput.Interceptor
resetBuffer
-
Method Details
-
close
public void close()Closes the underlying communication log stream if present. -
write
- Specified by:
writein interfaceorg.eclipse.jetty.server.HttpOutput.Interceptor
-
getNextInterceptor
public org.eclipse.jetty.server.HttpOutput.Interceptor getNextInterceptor()- Specified by:
getNextInterceptorin interfaceorg.eclipse.jetty.server.HttpOutput.Interceptor
-