org.mockserver.proxy.interceptor
Interface Interceptor

All Known Implementing Classes:
RequestInterceptor, ResponseInterceptor

public interface Interceptor

Author:
jamesdbloom

Method Summary
 io.netty.buffer.ByteBuf intercept(io.netty.channel.ChannelHandlerContext ctx, io.netty.buffer.ByteBuf channelBuffer, org.slf4j.Logger logger)
           
 

Method Detail

intercept

io.netty.buffer.ByteBuf intercept(io.netty.channel.ChannelHandlerContext ctx,
                                  io.netty.buffer.ByteBuf channelBuffer,
                                  org.slf4j.Logger logger)
                                  throws Exception
Throws:
Exception


Copyright © 2014. All rights reserved.