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

For more information, please explore the Attic.

public final enum

ExchangeType

extends Enum<E extends Enum<E>>
java.lang.Object
   ↳ java.lang.Enum<E extends java.lang.Enum<E>>
     ↳ org.apache.directmemory.server.commons.ExchangeType

Summary

Enum Values
ExchangeType  JAVA_SERIALIZED_OBJECT   
ExchangeType  JSON   
ExchangeType  TEXT_PLAIN   
Public Methods
String getContentType()
int getType()
String toString()
static ExchangeType valueOf(String name)
final static ExchangeType[] values()
[Expand]
Inherited Methods
From class java.lang.Enum
From class java.lang.Object
From interface java.lang.Comparable

Enum Values

public static final ExchangeType JAVA_SERIALIZED_OBJECT

public static final ExchangeType JSON

public static final ExchangeType TEXT_PLAIN

Public Methods

public String getContentType ()

public int getType ()

public String toString ()

public static ExchangeType valueOf (String name)

public static final ExchangeType[] values ()