Apache Abdera API

Uses of Class
org.apache.abdera.protocol.util.EncodingUtil.Codec

Packages that use EncodingUtil.Codec
org.apache.abdera.protocol.util   
 

Uses of EncodingUtil.Codec in org.apache.abdera.protocol.util
 

Methods in org.apache.abdera.protocol.util that return EncodingUtil.Codec
static EncodingUtil.Codec EncodingUtil.Codec.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static EncodingUtil.Codec[] EncodingUtil.Codec.values()
          Returns an array containing the constants of this enum type, in the order they're declared.
 

Methods in org.apache.abdera.protocol.util with parameters of type EncodingUtil.Codec
static String EncodingUtil.encode(String value, String charset, EncodingUtil.Codec codec)
          Used to encode a string as specified by RFC 2047
 


Apache Abdera API

Copyright © 2006-2008 Apache Software Foundation. All Rights Reserved.