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
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidclose()Closes the underlying communication log stream if present.org.eclipse.jetty.server.HttpOutput.InterceptorgetNextInterceptor()voidwrite(ByteBuffer content, boolean last, org.eclipse.jetty.util.Callback callback)
-
-
-
Method Detail
-
close
public void close()
Closes the underlying communication log stream if present.
-
write
public void write(ByteBuffer content, boolean last, org.eclipse.jetty.util.Callback callback)
- 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
-
-