| GzipMessageFormatterDecorator | This is the decorator for message formatter and it is need because there isn't any mechanism that can process the message before formatting is occurred. | code | html |
| MessageFormatterDecoratorFactory | Factory for getting Decorator to Message Formatter . | code | html |
| RESTUtil | This class provides a set of utility methods to manage the REST invocation calls going out from the nhttp transport in the HTTP GET method | code | html |
| ResponseAcceptEncodingProcessor | Process the AcceptEncoding in the received Message Context. | code | html |
| SharedInputBuffer | A copy of the SharedInputBuffer implementation of Apache HttpComponents - HttpCore/NIO found at http://svn.apache.org/repos/asf/httpcomponents/httpcore/trunk/module-nio/ src/main/java/org/apache/http/nio/util/SharedInputBuffer.java To include the fix described here : http://svn.apache.org/viewvc/httpcomponents/httpcore/ trunk/module-nio/src/main/java/org/apache/http/nio/util/SharedInputBuffer.java ?view=diff&r1=659956&r2=659957&pathrev=659957 with the HttpCore version 4.0-beta1 TODO : This class to be removed as soon as we update the HttpCore dependency from 4.0-beta1 | code | html |