flex.messaging.endpoints
Class HTTPEndpoint
java.lang.Object
flex.management.ManageableComponent
flex.messaging.endpoints.AbstractEndpoint
flex.messaging.endpoints.BaseHTTPEndpoint
flex.messaging.endpoints.BasePollingHTTPEndpoint
flex.messaging.endpoints.HTTPEndpoint
All Implemented Interfaces: Manageable , PollWaitListener , Endpoint , Endpoint2 , FlexComponent , FlexConfigurable
Direct Known Subclasses: SecureHTTPEndpoint
public class HTTPEndpoint extends BasePollingHTTPEndpoint
This class replaces Flex 1.5's ProxyServlet by splitting
the proxy's functionality into two pieces. Requests for proxied HTTP
content can now be sent using a message type via any channel.
The message broker directs requests to the appropriate service,
in Flex 1.5 terms, the Proxy Service. The response from the proxy
request is streamed back to the client.
//TODO: QUESTION: Pete, How should we wrap HTTP responses via this channel?
Constructor Summary
HTTPEndpoint ()
Constructs an unmanaged HTTPEndpoint.
HTTPEndpoint (boolean enableManagement)
Constructs a HTTPEndpoint with the indicated management.
Methods inherited from class flex.messaging.endpoints.BasePollingHTTPEndpoint
getClientWaitInterval , getMaxWaitingPollRequests , getWaitInterval , initialize , setClientWaitInterval , setMaxWaitingPollRequests , setWaitInterval , start , stop , waitEnd , waitStart
Methods inherited from class flex.messaging.endpoints.AbstractEndpoint
describeEndpoint , getClientType , getFlexClientOutboundQueueProcessorClass , getFlexClientOutboundQueueProcessorConfig , getMessageBroker , getMessagingVersion , getPort , getSecurityConstraint , getSerializationContext , getServer , getTypeMarshaller , getUrl , isSecure , serviceMessage , setClientType , setFlexClientOutboundQueueProcessorClass , setFlexClientOutboundQueueProcessorConfig , setId , setMessageBroker , setSecurityConstraint , setSerializationContext , setServer , setTypeMarshaller , setupFlexClient , setUrl
LOG_CATEGORY
public static final String LOG_CATEGORY
See Also: Constant Field Values
HTTPEndpoint
public HTTPEndpoint ()
Constructs an unmanaged HTTPEndpoint.
HTTPEndpoint
public HTTPEndpoint (boolean enableManagement)
Constructs a HTTPEndpoint with the indicated management.
Parameters: enableManagement - true if the HTTPEndpoint
is manageable; otherwise false.
convertToSmallMessage
public Message convertToSmallMessage (Message message)
Currently this override is a no-op to disable small messages over HTTP
endpoints.
Overrides: convertToSmallMessage in class AbstractEndpoint
Copyright © 2008 Adobe Systems Inc. All Rights Reserved.
Send me an e-mail when comments are added to this page
| Comment Report
Current page: http://livedocs.adobe.com/blazeds/1/javadoc/flex/messaging/endpoints/HTTPEndpoint.html
Add Comment