|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use HttpRequestException | |
---|---|
ix.iserve.ipc | The main classes that make up the "iserve" communication strategy. |
ix.iserve.ipc.sl | |
ix.util.http | HTTP utilities. |
Uses of HttpRequestException in ix.iserve.ipc |
---|
Subclasses of HttpRequestException in ix.iserve.ipc | |
---|---|
static class |
IServeCommServer.AbandonRequest
|
Methods in ix.iserve.ipc with parameters of type HttpRequestException | |
---|---|
protected void |
IServeCommStrategy.reportIdentityCheckFailure(HttpRequestException e)
|
Methods in ix.iserve.ipc that throw HttpRequestException | |
---|---|
void |
IServeCommServer.User.checkForSend(MessageWrapper w)
|
protected void |
IServeCommServer.IdentityChecker.checkMessageHost(MessageWrapper w)
|
protected void |
IServeCommServer.IdentityChecker.checkMessagePassword(MessageWrapper w)
|
protected void |
IServeCommServer.IdentityChecker.checkMessageSource(MessageWrapper w)
Checks whether the message came from an acceptable source. |
protected void |
IServeCommServer.IdentityChecker.checkMessageUUID(MessageWrapper w)
|
void |
IServeCommServer.IdentityChecker.checkNextMessageRequest(MessageWrapper req)
|
void |
IServeCommServer.IdentityChecker.checkRegisterRequest(MessageWrapper req)
|
void |
IServeCommServer.IdentityChecker.checkSendRequest(MessageWrapper req)
|
protected void |
IServeCommServer.fillInRequestInfo(MessageWrapper w,
javax.servlet.http.HttpServletRequest req)
|
protected java.lang.Object |
IServeCommServer.RegistrationServlet.handleRequest(javax.servlet.http.HttpServletRequest req,
java.lang.Object contents)
|
protected java.lang.Object |
IServeCommServer.SendServlet.handleRequest(javax.servlet.http.HttpServletRequest req,
java.lang.Object contents)
|
protected java.lang.Object |
IServeCommServer.NextMessageServlet.handleRequest(javax.servlet.http.HttpServletRequest req,
java.lang.Object contents)
|
protected java.lang.String |
IServeCommServer.ControlServlet.handleRequest(javax.servlet.http.HttpServletRequest req,
java.lang.String content)
|
java.lang.Object |
IServeCommServer.User.nextMessage(MessageWrapper request)
|
void |
IServeCommServer.User.register(MessageWrapper w)
|
protected void |
IServeCommServer.requireCommand(IServeCommServer.Command command,
MessageWrapper w)
|
Uses of HttpRequestException in ix.iserve.ipc.sl |
---|
Methods in ix.iserve.ipc.sl that throw HttpRequestException | |
---|---|
protected void |
IServeSLCommServer.SLIdentityChecker.checkMessageSource(MessageWrapper w)
|
void |
IServeSLCommServer.SLIdentityChecker.checkRegisterRequest(MessageWrapper req)
|
protected java.lang.String |
IServeSLCommServer.SLRegistrationServelt.handleRequest(javax.servlet.http.HttpServletRequest req,
java.lang.String contents)
|
protected java.lang.String |
IServeSLCommServer.SLSendServlet.handleRequest(javax.servlet.http.HttpServletRequest req,
java.lang.String contents)
|
protected java.lang.String |
IServeSLCommServer.SLNextMessageServlet.handleRequest(javax.servlet.http.HttpServletRequest req,
java.lang.String contents)
|
protected java.lang.String |
IServeSLCommServer.SLChatbotTestServlet.handleRequest(javax.servlet.http.HttpServletRequest req,
java.lang.String contents)
|
protected java.lang.String |
IServeSLCommServer.SLReplyServlet.handleRequest(javax.servlet.http.HttpServletRequest req,
java.lang.String contents)
|
protected MessageWrapper |
IServeSLCommServer.makeMessageWrapper(IServeCommServer.Command command,
javax.servlet.http.HttpServletRequest req)
|
protected void |
IServeSLCommServer.SLIdentityChecker.real_checkMessageSource(MessageWrapper w)
|
java.lang.String |
SLHttpHeader.requireHeader(javax.servlet.http.HttpServletRequest req)
|
Uses of HttpRequestException in ix.util.http |
---|
Methods in ix.util.http that throw HttpRequestException | |
---|---|
protected java.lang.String |
HttpStringServlet.handleRequest(javax.servlet.http.HttpServletRequest req,
java.lang.Object content)
|
protected abstract java.lang.Object |
HttpObjectServlet.handleRequest(javax.servlet.http.HttpServletRequest req,
java.lang.Object received)
The main part of handling the request. |
protected abstract java.lang.String |
HttpStringServlet.handleRequest(javax.servlet.http.HttpServletRequest req,
java.lang.String content)
|
protected boolean |
HttpObjectClient.handleResponseCode(java.net.HttpURLConnection conn)
Checks whether the response is a success or a failure and whether there's content to be read. |
protected boolean |
HttpObjectClient.handleResponseCode(int status,
java.lang.String message)
Checks whether the response is a success or a failure and whether there's content to be read. |
protected java.lang.String |
HttpObjectServlet.readRequest(javax.servlet.http.HttpServletRequest req)
Utility method that reads the request's contents and returns it as a string. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |