Package
Class
Tree
Deprecated
Index
Help
PREV NEXT
FRAMES
NO FRAMES
All Classes
A
C
G
H
P
S
T
U
W
A
addParameter(String, String)
- Method in class com.q2learning.webtier.webhuddle.
HttpRequest
Add a name/value parameter to the request.
C
com.q2learning.webtier.webhuddle
- package com.q2learning.webtier.webhuddle
createMeeting(String, String, String, String)
- Method in class com.q2learning.webtier.webhuddle.
WebHuddle
Create a new meeting inside WebHuddle.
createUser(String, String, String, String)
- Method in class com.q2learning.webtier.webhuddle.
WebHuddle
Create a user inside WebHuddle.
G
get()
- Method in class com.q2learning.webtier.webhuddle.
HttpRequest
Request the page via the GET method.
getFieldInTagInHtml(String, String, String, int)
- Static method in class com.q2learning.webtier.webhuddle.
HtmlUtils
Get the value of a particular field in the 1st tag of a given name from HTML text.
getFieldNamed(String, String)
- Static method in class com.q2learning.webtier.webhuddle.
HtmlUtils
Pluck out the value of a given field from inside an HTML tag, which might have been returned from getTagAt().
getJoinModeratorToMeetingUrl(String, String, String, String)
- Method in class com.q2learning.webtier.webhuddle.
WebHuddle
Get the URL to join the moderator to a meeting.
getJoinUserToMeetingUrl(String, String, String, String, String)
- Method in class com.q2learning.webtier.webhuddle.
WebHuddle
Get the URL to join a user to a meeting already in progress.
getNextTagPosition(String, String, int)
- Static method in class com.q2learning.webtier.webhuddle.
HtmlUtils
Get the starting position of the next tag with a particular name.
getTagAt(String, int)
- Static method in class com.q2learning.webtier.webhuddle.
HtmlUtils
Pluck an entire tag from a given starting position (typically found from getNextTagPosition().
H
HtmlUtils
- Class in
com.q2learning.webtier.webhuddle
HtmlUtils: General purpose utilities for parsing HTML text.
HttpRequest
- Class in
com.q2learning.webtier.webhuddle
HttpRequest: utility class for requesting a web page via HTTP GET or POST methods.
HttpRequest(String)
- Constructor for class com.q2learning.webtier.webhuddle.
HttpRequest
P
post()
- Method in class com.q2learning.webtier.webhuddle.
HttpRequest
Request the page via the POST method.
S
setUserPassword(String, String, String)
- Method in class com.q2learning.webtier.webhuddle.
WebHuddle
Change a webhuddle user's password.
stripFirstLast(String)
- Method in class com.q2learning.webtier.webhuddle.
WebHuddle
T
toString()
- Method in class com.q2learning.webtier.webhuddle.
HttpRequest
U
UrlEncoder(String)
- Method in class com.q2learning.webtier.webhuddle.
HttpRequest
Encode ("%hex-code" escape) characters that will be used in the query string of a URL.
W
WebHuddle
- Class in
com.q2learning.webtier.webhuddle
WebHuddle: API class to talk to Webhuddle server, specifically to: Create a user (a host aka moderator) Change a user's password.
WebHuddle(String)
- Constructor for class com.q2learning.webtier.webhuddle.
WebHuddle
A
C
G
H
P
S
T
U
W
Package
Class
Tree
Deprecated
Index
Help
PREV NEXT
FRAMES
NO FRAMES
All Classes