javax.obex
Interface HeaderSet


public interface HeaderSet


Field Summary
static int APPLICATION_PARAMETER
           
static int COUNT
           
static int DESCRIPTION
           
static int HTTP
           
static int LENGTH
           
static int NAME
           
static int OBJECT_CLASS
           
static int TARGET
           
static int TIME_4_BYTE
           
static int TIME_ISO_8601
           
static int TYPE
           
static int WHO
           
 
Method Summary
 void createAuthenticationChallenge(String arg1, boolean arg2, boolean arg3)
           
 Object getHeader(int arg1)
           
 int[] getHeaderList()
           
 int getResponseCode()
           
 void setHeader(int arg1, Object arg2)
           
 

Field Detail

COUNT

static final int COUNT
See Also:
Constant Field Values

NAME

static final int NAME
See Also:
Constant Field Values

TYPE

static final int TYPE
See Also:
Constant Field Values

LENGTH

static final int LENGTH
See Also:
Constant Field Values

TIME_ISO_8601

static final int TIME_ISO_8601
See Also:
Constant Field Values

TIME_4_BYTE

static final int TIME_4_BYTE
See Also:
Constant Field Values

DESCRIPTION

static final int DESCRIPTION
See Also:
Constant Field Values

TARGET

static final int TARGET
See Also:
Constant Field Values

HTTP

static final int HTTP
See Also:
Constant Field Values

WHO

static final int WHO
See Also:
Constant Field Values

OBJECT_CLASS

static final int OBJECT_CLASS
See Also:
Constant Field Values

APPLICATION_PARAMETER

static final int APPLICATION_PARAMETER
See Also:
Constant Field Values
Method Detail

setHeader

void setHeader(int arg1,
               Object arg2)

getHeader

Object getHeader(int arg1)
                 throws IOException
Throws:
IOException

getHeaderList

int[] getHeaderList()
                    throws IOException
Throws:
IOException

createAuthenticationChallenge

void createAuthenticationChallenge(String arg1,
                                   boolean arg2,
                                   boolean arg3)

getResponseCode

int getResponseCode()
                    throws IOException
Throws:
IOException


Copyright © 2006-2007 Jayway AB. All Rights Reserved.