FileDocCategorySizeDatePackage
ContentType.javaAPI DocAndroid 1.5 API1604Wed May 06 22:41:06 BST 2009org.apache.harmony.xnet.provider.jsse

ContentType

public class ContentType extends Object
This class incapsulates the constants determining the types of SSL/TLS record's content data. Constant values are taken according to the TLS v1 specification (http://www.ietf.org/rfc/rfc2246.txt).

Fields Summary
protected static final byte
CHANGE_CIPHER_SPEC
Identifies change cipher spec message
protected static final byte
ALERT
Identifies alert message
protected static final byte
HANDSHAKE
Identifies handshake message
protected static final byte
APPLICATION_DATA
Identifies application data message
Constructors Summary
Methods Summary