|
|||||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||||
| Packages that use HttpServerException | |
| xsul.den.processor | |
| xsul.den.v1 | |
| xsul.dispatcher | |
| xsul.dispatcher.msg.clientconnection | |
| xsul.dispatcher.rpc.clientconnection | |
| xsul.http_server | |
| xsul.http_server.impl | |
| xsul.http_server.plain_impl | |
| xsul.message_router_over_http | |
| xsul.message_secure_router | |
| xsul.msg_box.servlet | |
| xsul.processor.http | |
| xsul.puretls_server_socket_factory | |
| xsul.xservo_soap_http | Implementation of Web Services hosting container for SOAP/HTTP. |
| Uses of HttpServerException in xsul.den.processor |
| Methods in xsul.den.processor that throw HttpServerException | |
void |
DistributedProcessor.service(HttpServerRequest req,
HttpServerResponse resp)
|
| Uses of HttpServerException in xsul.den.v1 |
| Methods in xsul.den.v1 that throw HttpServerException | |
java.lang.String |
BytesHttpServerRequestImpl.getHeader(java.lang.String name)
Return value of header with given name or null if such header does not exist. |
java.util.Enumeration |
BytesHttpServerRequestImpl.getHeaderNames()
|
int |
BytesHttpServerRequestImpl.getHeaderCount()
|
| Uses of HttpServerException in xsul.dispatcher |
| Methods in xsul.dispatcher that throw HttpServerException | |
void |
Dispatcher.service(HttpServerRequest req,
HttpServerResponse resp)
|
| Uses of HttpServerException in xsul.dispatcher.msg.clientconnection |
| Methods in xsul.dispatcher.msg.clientconnection that throw HttpServerException | |
void |
PoolClientConnection.service(HttpServerRequest req,
HttpServerResponse resp)
Check, parse, verify the req. |
| Uses of HttpServerException in xsul.dispatcher.rpc.clientconnection |
| Methods in xsul.dispatcher.rpc.clientconnection that throw HttpServerException | |
void |
ServletClientConnection.service(HttpServerRequest req,
HttpServerResponse resp)
Create a ClientConnection to serve this method. |
| Uses of HttpServerException in xsul.http_server |
| Methods in xsul.http_server that throw HttpServerException | |
java.lang.String |
HttpMiniServer.getLocation()
|
void |
HttpMiniServer.startServer()
|
void |
HttpMiniServer.stopServer()
|
void |
HttpMiniServer.shutdownServer()
|
abstract void |
HttpMiniServlet.service(HttpServerRequest req,
HttpServerResponse resp)
|
int |
HttpServerRequest.getHeaderCount()
|
java.lang.String |
HttpServerRequest.getHeader(java.lang.String name)
Return value of header with given name or null if such header does not exist. |
java.util.Enumeration |
HttpServerRequest.getHeaderNames()
|
java.net.Socket |
ServerSocketFactory.accept()
Accept new socket that can be used to read SOAP/HTTP request. |
java.net.Socket |
ServerSocketFactory.accept(java.util.Map connectionProps)
|
void |
ServerSocketFactory.shutdown()
|
int |
ServerSocketFactory.getServerPort()
|
java.lang.String |
ServerSocketFactory.getServerLocation()
|
| Constructors in xsul.http_server that throw HttpServerException | |
HttpMiniServer()
Creates mini server listening on default port for transport (ex. |
|
HttpMiniServer(int port)
Creates mini server listening on given port Note: 0 means to use first available port (provided by operating system) Note: -1 means to use default port for given transport (ex. |
|
HttpMiniServer(ServerSocketFactory serverSocketFactory)
|
|
| Uses of HttpServerException in xsul.http_server.impl |
| Methods in xsul.http_server.impl that throw HttpServerException | |
int |
HttpServerRequestImpl.getHeaderCount()
|
java.lang.String |
HttpServerRequestImpl.getHeader(java.lang.String name)
Return value of header with given name or null if such header does not exist. |
java.util.Enumeration |
HttpServerRequestImpl.getHeaderNames()
|
| Uses of HttpServerException in xsul.http_server.plain_impl |
| Methods in xsul.http_server.plain_impl that throw HttpServerException | |
static ServerSocketFactory |
PlainServerSocketFactory.newInstance(int serverPort)
|
java.lang.String |
PlainServerSocketFactory.getServerLocation()
|
void |
PlainServerSocketFactory.shutdown()
|
| Uses of HttpServerException in xsul.message_router_over_http |
| Methods in xsul.message_router_over_http that throw HttpServerException | |
void |
HttpMessageRouter.service(HttpServerRequest req,
HttpServerResponse res)
|
| Uses of HttpServerException in xsul.message_secure_router |
| Methods in xsul.message_secure_router that throw HttpServerException | |
void |
CapHttpMessageRouter.service(HttpServerRequest req,
HttpServerResponse res)
|
| Uses of HttpServerException in xsul.msg_box.servlet |
| Methods in xsul.msg_box.servlet that throw HttpServerException | |
void |
MsgBoxServlet.service(HttpServerRequest req,
HttpServerResponse resp)
Process HTTP request. |
| Uses of HttpServerException in xsul.processor.http |
| Methods in xsul.processor.http that throw HttpServerException | |
void |
HttpDynamicInfosetProcessor.service(HttpServerRequest req,
HttpServerResponse res)
|
| Uses of HttpServerException in xsul.puretls_server_socket_factory |
| Methods in xsul.puretls_server_socket_factory that throw HttpServerException | |
void |
PuretlsServerSocketFactory.bindSocket(int serverPort,
SSLContext ctx)
|
java.lang.String |
PuretlsServerSocketFactory.getServerLocation()
|
| Constructors in xsul.puretls_server_socket_factory that throw HttpServerException | |
PuretlsServerSocketFactory(int serverPort,
java.lang.String rootfile,
java.lang.String keyfile,
java.lang.String password,
boolean clientauth,
boolean fakeseed,
short[] cipherSuites,
java.lang.String dhfile)
|
|
PuretlsServerSocketFactory(int serverPort,
SSLContext ctx)
|
|
| Uses of HttpServerException in xsul.xservo_soap_http |
| Methods in xsul.xservo_soap_http that throw HttpServerException | |
void |
HttpBasedServices.service(HttpServerRequest req,
HttpServerResponse res)
|
void |
HttpBasedServices.serviceXml(HttpServerRequest req,
HttpServerResponse res)
|
|
|||||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||||