| Package | flex.messaging.endpoints |
| Class | public class AMFEndpoint |
| Inheritance | AMFEndpoint BasePollingHTTPEndpoint |
| Method | Defined By | ||
|---|---|---|---|
Constructs an unmanaged AMFEndpoint. | AMFEndpoint | ||
AMFEndpoint(boolean enableManagement) Constructs an AMFEndpoint with the indicated management. | AMFEndpoint | ||
![]() | int getClientWaitInterval() Returns the number of milliseconds the client will wait after receiving a response for a poll with server wait before it issues its next poll request. | ||
![]() | Returns the maximum number of server poll response threads that will be waiting for messages to arrive for clients. | ||
![]() | long getWaitInterval() Returns the number of milliseconds the server poll response thread will be waiting for messages to arrive for the client. | ||
![]() | void initialize(String id, ConfigMap properties) Initializes the Endpoint with the properties. | ||
![]() | void setClientWaitInterval(int value) Sets the number of milliseconds a client will wait after receiving a response for a poll with server wait before it issues its next poll request. | ||
![]() | void setMaxWaitingPollRequests(int maxWaitingPollRequests) Sets the maximum number of server poll response threads that will be waiting for messages to arrive for clients. | ||
![]() | void setWaitInterval(long waitInterval) Sets the number of milliseconds the server poll response thread will be waiting for messages to arrive for the client. | ||
![]() | void start() Sets up monitoring of waited poll requests so they can be notified and exit when the endpoint stops. | ||
![]() | void stop() Ensures that no poll requests in a wait state are left un-notified when the endpoint stops. | ||
![]() | void waitEnd(Object notifier) | ||
![]() | void waitStart(Object notifier) | ||
| Constant | Defined By | ||
|---|---|---|---|
| LOG_CATEGORY [static] The log category for this endpoint. | AMFEndpoint | ||
| AMFEndpoint | () |
public AMFEndpoint()Constructs an unmanaged AMFEndpoint.
| AMFEndpoint | () |
public AMFEndpoint(boolean enableManagement)Constructs an AMFEndpoint with the indicated management.
enableManagement — true if the AMFEndpoint is manageable; otherwise false. |
| LOG_CATEGORY | Constant |
public static final LOG_CATEGORYThe log category for this endpoint.
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/AMFEndpoint.html