2015/07/26 - Apache DirectMemory has been retired.

For more information, please explore the Attic.

public class

JsonContentTypeHandler

extends Object
implements ContentTypeHandler
java.lang.Object
   ↳ org.apache.directmemory.server.services.JsonContentTypeHandler

Summary

Public Constructors
JsonContentTypeHandler()
Public Methods
byte[] handleGet(DirectMemoryRequest request, byte[] cacheResponseContent, HttpServletResponse resp, HttpServletRequest req)
DirectMemoryRequest handlePut(HttpServletRequest req, HttpServletResponse resp)
[Expand]
Inherited Methods
From class java.lang.Object
From interface org.apache.directmemory.server.services.ContentTypeHandler

Public Constructors

public JsonContentTypeHandler ()

Public Methods

public byte[] handleGet (DirectMemoryRequest request, byte[] cacheResponseContent, HttpServletResponse resp, HttpServletRequest req)

public DirectMemoryRequest handlePut (HttpServletRequest req, HttpServletResponse resp)