flex.messaging.endpoints
Class SecureHTTPEndpoint

java.lang.Object
  extended by flex.management.ManageableComponent
      extended by flex.messaging.endpoints.AbstractEndpoint
          extended by flex.messaging.endpoints.BaseHTTPEndpoint
              extended by flex.messaging.endpoints.BasePollingHTTPEndpoint
                  extended by flex.messaging.endpoints.HTTPEndpoint
                      extended by flex.messaging.endpoints.SecureHTTPEndpoint
All Implemented Interfaces:
Manageable, PollWaitListener, Endpoint, Endpoint2, FlexComponent, FlexConfigurable

public class SecureHTTPEndpoint
extends HTTPEndpoint

Secure version of HTTPEndpoint.


Field Summary
 
Fields inherited from class flex.messaging.endpoints.HTTPEndpoint
LOG_CATEGORY
 
Constructor Summary
SecureHTTPEndpoint()
          Constructs an unmanaged SecureHTTPEndpoint.
SecureHTTPEndpoint(boolean enableManagement)
          Constructs a SecureHTTPEndpoint with the indicated management.
 
Method Summary
 boolean isSecure()
          Determines whether the endpoint is secure or not.
 
Methods inherited from class flex.messaging.endpoints.HTTPEndpoint
convertToSmallMessage
 
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.BaseHTTPEndpoint
getRedirectURL, isAddNoCacheHeaders, isInvalidateSessionOnDisconnect, service, setAddNoCacheHeaders, setInvalidateSessionOnDisconnect, setRedirectURL, setupFlexClient
 
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
 
Methods inherited from class flex.management.ManageableComponent
getControl, getId, getParent, isManaged, isStarted, isValid, setControl, setManaged, setParent
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface flex.messaging.endpoints.Endpoint
getId, isStarted
 
Methods inherited from interface flex.management.Manageable
getControl, isManaged, setControl, setManaged
 

Constructor Detail

SecureHTTPEndpoint

public SecureHTTPEndpoint()
Constructs an unmanaged SecureHTTPEndpoint.


SecureHTTPEndpoint

public SecureHTTPEndpoint(boolean enableManagement)
Constructs a SecureHTTPEndpoint with the indicated management.

Parameters:
enableManagement - true if the SecureHTTPEndpoint is manageable; otherwise false.
Method Detail

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/SecureHTTPEndpoint.html