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

org.mobicents.protocols.sctp.netty.NonPersistentNettySctpManagementImpl Maven / Gradle / Ivy

package org.mobicents.protocols.sctp.netty;

import java.io.IOException;

public class NonPersistentNettySctpManagementImpl extends NettySctpManagementImpl {

	public NonPersistentNettySctpManagementImpl(String name) throws IOException {
		super(name);

	}
	
	@Override
	protected void load() {
	
	}
	
	@Override
	public void store() {
	
	}

}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy