flex.messaging.endpoints
Class SecureAMFEndpoint
java.lang.Object
flex.management.ManageableComponent
flex.messaging.endpoints.AbstractEndpoint
flex.messaging.endpoints.BaseHTTPEndpoint
flex.messaging.endpoints.BasePollingHTTPEndpoint
flex.messaging.endpoints.AMFEndpoint
flex.messaging.endpoints.SecureAMFEndpoint
- All Implemented Interfaces:
- Manageable, PollWaitListener, Endpoint, Endpoint2, FlexComponent, FlexConfigurable
public class SecureAMFEndpoint
- extends AMFEndpoint
Secure version of AMFEndpoint.
|
Constructor Summary |
SecureAMFEndpoint()
Constructs an unmanaged SecureAMFEndpoint. |
SecureAMFEndpoint(boolean enableManagement)
Constructs a SecureAMFEndpoint with the indicated management. |
|
Method Summary |
boolean |
isSecure()
Determines whether the endpoint is secure or not. |
| 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, serviceMessage, setClientType, setFlexClientOutboundQueueProcessorClass, setFlexClientOutboundQueueProcessorConfig, setId, setMessageBroker, setSecurityConstraint, setSerializationContext, setServer, setTypeMarshaller, setupFlexClient, setUrl |
SecureAMFEndpoint
public SecureAMFEndpoint()
- Constructs an unmanaged
SecureAMFEndpoint.
SecureAMFEndpoint
public SecureAMFEndpoint(boolean enableManagement)
- Constructs a
SecureAMFEndpoint with the indicated management.
- Parameters:
enableManagement - true if the SecureAMFEndpoint
is manageable; otherwise false.
isSecure
public boolean isSecure()
- Determines whether the endpoint is secure or not.
- Specified by:
isSecure in interface Endpoint- Overrides:
isSecure in class AbstractEndpoint
- Returns:
true.
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/SecureAMFEndpoint.html