代码搜索:JSMPP

找到约 11 项符合「JSMPP」的源代码

代码结果 11
www.eeworm.com/read/454100/1633802

java negativeresponseexception.java

package org.jsmpp.extra; import org.jsmpp.util.IntUtil; /** * This exception is thrown if we receive an negative response. * * @author uudashr * @version 1.0 * @since 1.0 * */ p
www.eeworm.com/read/454100/1633622

java deliveryreceiptparsertest.java

package org.jsmpp.util; import static org.testng.Assert.assertEquals; import static org.testng.Assert.fail; import java.util.Calendar; import java.util.Date; import org.jsmpp.bean.DeliveryR
www.eeworm.com/read/454100/1633630

java invalidnumberofdestinationsexception.java

package org.jsmpp; /** * This exception should be thrown if there is an invalid number of destination * address used by submit_multi. * * @author uudashr * */ public class InvalidN
www.eeworm.com/read/454100/1633703

java messageidgenerator.java

package org.jsmpp.util; /** * Is the message_id generator. * * @author uudashr * @version 1.0 * @since 1.0 * */ public interface MessageIDGenerator { /** * Generate mess
www.eeworm.com/read/454100/1633805

java responsetimeoutexception.java

package org.jsmpp.extra; /** * Throw if the the response never come for specified timeout. * * @author uudashr * @version 1.0 * @since 1.0 * */ public class ResponseTimeoutExceptio
www.eeworm.com/read/454100/1633806

java processrequestexception.java

package org.jsmpp.extra; /** * Thrown if there is an error occur when processing request. * * @author uudashr * @version 1.0 * @since 1.0 * */ public class ProcessRequestException
www.eeworm.com/read/454100/1633803

java sessionstate.java

package org.jsmpp.extra; /** * Enum constant represent session state. * * @author uudashr * @version 1.0 * @since 1.0 * */ public enum SessionState { /** * Open, means
www.eeworm.com/read/454100/1633801

java queueexception.java

package org.jsmpp.extra; /** * General queue exception. * * @author uudashr * @version 1.0 * @since 1.0 * */ public class QueueException extends Exception { private static fin
www.eeworm.com/read/454100/1633804

java queuemaxexception.java

package org.jsmpp.extra; /** * This exception is thrown if the message queue has reach it maximum size. * * @author uudashr * @version 1.0 * @since 1.0 * */ public class QueueMaxEx
www.eeworm.com/read/454100/1633621

java octetutiltest.java

package org.jsmpp.util; import static org.testng.Assert.assertEquals; /* * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance w