Message endpoint classes.
| Interface | Description | |
|---|---|---|
| Endpoint | An endpoint receives messages from clients and decodes them, then sends them on to a MessageBroker for routing to a service. | |
| Endpoint2 | Extension interface for that adds support for a referenced that the endpoint may use. |
| Class | Description | |
|---|---|---|
| AbstractEndpoint | This is the default implementation of Endpoint, which provides a convenient base for behavior and associations common to all endpoints. | |
| AMFEndpoint | AMF based endpoint for Flex Messaging. | |
| BaseHTTPEndpoint | Base for all of HTTP-based endpoints. | |
| BasePollingHTTPEndpoint | Base for HTTP-based endpoints that support regular polling and long polling which means placing request threads that are polling for messages into a wait state until messages are available to deliver or the configurable wait interval is reached. | |
| BaseStreamingHTTPEndpoint | Base for HTTP-based endpoints that support streaming HTTP connections to connected clients. | |
| DuplicateSessionException | Exception class used to indicate duplicate client sessions were detected. | |
| HTTPEndpoint | This class replaces Flex 1.5's ProxyServlet by splitting the proxy's functionality into two pieces. | |
| RTMPTProtocolHandler.RTMPTConnection | Concrete RTMPConnection implementation for tunneled HTTP-based transport between the remote host and the server. | |
| RTMPTProtocolHandler.RTMPTRequest | Wraps a received for a tunneled RTMPTConnection. | |
| SecureAMFEndpoint | Secure version of AMFEndpoint. | |
| SecureHTTPEndpoint | Secure version of HTTPEndpoint. | |
| SecureStreamingAMFEndpoint | Secure version of StreamingAMFEndpoint. | |
| SecureStreamingHTTPEndpoint | Secure version of StreamingHTTPEndpoint. | |
| StreamingAMFEndpoint | Extension to the AMFEndpoint to support streaming HTTP connections to connected clients. | |
| StreamingHTTPEndpoint | Extension to the HTTPEndpoint to support streaming HTTP connections to connected clients. |
Send me an e-mail when comments are added to this page | Comment Report
Current page: http://livedocs.adobe.com/livecycle/8.2/programLC/programmer/javadoc/flex/messaging/endpoints/package-detail.html