All Downloads are FREE. Search and download functionalities are using the official Maven repository.

cz.active24.client.fred.data.poll.PollRequest Maven / Gradle / Ivy

There is a newer version: 2.50
Show newest version
package cz.active24.client.fred.data.poll;

import cz.active24.client.fred.data.EppRequest;
import cz.active24.client.fred.eppclient.objectstrategy.ServerObjectType;

import java.io.Serializable;

/**
 * A poll request command is used to obtain the message queue status (message count) and contents of the first message in the queue (the oldest one).
 *
 * @see FRED documentation
 */
public class PollRequest extends EppRequest implements Serializable {

    public PollRequest() {
        setServerObjectType(ServerObjectType.OTHER);
    }
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy