Package org.cybergarage.http
Class HTTP
java.lang.Object
org.cybergarage.http.HTTP
-
Field Summary
Modifier and TypeFieldDescriptionstatic final String
static final String
static final String
static final String
static final String
static final String
static final String
static final String
static final String
static final String
static final String
static final String
static final byte
static final String
static final String
static final int
static final int
static final int
static final String
static final String
static final String
static final String
static final String
static final String
static final byte
static final String
static final String
static final String
static final String
static final String
static final String
static final String
static final String
static final String
static final String
static final String
static final String
static final String
static final String
static final String
static final String
static final String
static final String
static final String
static final String
static final String
static final String
static final String
static final String
static final String
static final String
static final String
static final String
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionstatic final String
getAbsoluteURL
(String baseURLStr, String relURlStr) static final int
static final String
static final int
static final String
getRequestHostURL
(String host, int port) static final boolean
isAbsoluteURL
(String urlStr) static final void
setChunkSize
(int size) static final String
toRelativeURL
(String urlStr) static final String
toRelativeURL
(String urlStr, boolean withParam)
-
Field Details
-
HOST
- See Also:
-
VERSION
- See Also:
-
VERSION_10
- See Also:
-
VERSION_11
- See Also:
-
CRLF
- See Also:
-
CR
public static final byte CR- See Also:
-
LF
public static final byte LF- See Also:
-
TAB
- See Also:
-
SOAP_ACTION
- See Also:
-
M_SEARCH
- See Also:
-
NOTIFY
- See Also:
-
POST
- See Also:
-
GET
- See Also:
-
HEAD
- See Also:
-
SUBSCRIBE
- See Also:
-
UNSUBSCRIBE
- See Also:
-
DATE
- See Also:
-
CACHE_CONTROL
- See Also:
-
NO_CACHE
- See Also:
-
MAX_AGE
- See Also:
-
CONNECTION
- See Also:
-
CLOSE
- See Also:
-
KEEP_ALIVE
- See Also:
-
CONTENT_TYPE
- See Also:
-
CHARSET
- See Also:
-
CONTENT_LENGTH
- See Also:
-
CONTENT_LANGUAGE
- See Also:
-
CONTENT_RANGE
- See Also:
-
CONTENT_RANGE_BYTES
- See Also:
-
RANGE
- See Also:
-
TRANSFER_ENCODING
- See Also:
-
CHUNKED
- See Also:
-
LOCATION
- See Also:
-
SERVER
- See Also:
-
ST
- See Also:
-
MX
- See Also:
-
MAN
- See Also:
-
NT
- See Also:
-
NTS
- See Also:
-
USN
- See Also:
-
EXT
- See Also:
-
SID
- See Also:
-
SEQ
- See Also:
-
CALLBACK
- See Also:
-
TIMEOUT
- See Also:
-
BOOTID_UPNP_ORG
- See Also:
-
MYNAME
- See Also:
-
REQEST_LINE_DELIM
- See Also:
-
HEADER_LINE_DELIM
- See Also:
-
STATUS_LINE_DELIM
- See Also:
-
DEFAULT_PORT
public static final int DEFAULT_PORT- See Also:
-
DEFAULT_CHUNK_SIZE
public static final int DEFAULT_CHUNK_SIZE- See Also:
-
DEFAULT_TIMEOUT
public static final int DEFAULT_TIMEOUT- See Also:
-
-
Constructor Details
-
HTTP
public HTTP()
-
-
Method Details
-
isAbsoluteURL
-
getHost
-
getPort
-
getRequestHostURL
-
toRelativeURL
-
toRelativeURL
-
getAbsoluteURL
-
setChunkSize
public static final void setChunkSize(int size) -
getChunkSize
public static final int getChunkSize()
-