Package org.somda.sdc.dpws.http.jetty
Class CommunicationLogOutputInterceptor
-
- All Implemented Interfaces:
-
org.eclipse.jetty.server.HttpOutput.Interceptor
public class CommunicationLogOutputInterceptor implements HttpOutput.InterceptorHttpOutput.Interceptor which logs messages to a stream.
-
-
Field Summary
Fields Modifier and Type Field Description public final HttpOutput.InterceptornextInterceptor
-
Method Summary
Modifier and Type Method Description HttpOutput.InterceptorgetNextInterceptor()voidclose()* Closes the underlying communication log stream if present. voidwrite(ByteBuffer content, boolean last, Callback callback)-
-
Method Detail
-
getNextInterceptor
HttpOutput.Interceptor getNextInterceptor()
-
close
void close()
* Closes the underlying communication log stream if present.
-
write
void write(ByteBuffer content, boolean last, Callback callback)
-
-
-
-