|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
The HTTP-Protocol, which extends the super-interface Protocol.java. It defines the GetOnlineResource and the getPostOnlineResource methods.
-----------------------------------------------------
Method Summary | |
void |
addGetOnlineResource(java.net.URL getOnlineResource)
adds a get-online resource to the HTTP protocol class |
void |
addPostOnlineResource(java.net.URL postOnlineResource)
adds a post-online resource to the HTTP protocol class |
java.net.URL[] |
getGetOnlineResources()
returns URL prefix for get HTTP request method. |
java.net.URL[] |
getPostOnlineResources()
returns URL prefix for post HTTP request method. |
Method Detail |
public java.net.URL[] getGetOnlineResources()
public java.net.URL[] getPostOnlineResources()
public void addGetOnlineResource(java.net.URL getOnlineResource)
public void addPostOnlineResource(java.net.URL postOnlineResource)
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |