com.sun.grizzly.tcp
Interface ResponseFilter


public interface ResponseFilter

Filter/transform the Response's bytes before they get written.

Author:
Jeanfrancois Arcand

Method Summary
 void filter(ByteChunk bc)
          Filter the bytes contained inside the ByteChunk.
 

Method Detail

filter

void filter(ByteChunk bc)
Filter the bytes contained inside the ByteChunk.

Parameters:
bc -


Copyright © 2012 Oracle Corporation. All Rights Reserved.