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

com.dg.libs.rest.parsers.NoResponseParser Maven / Gradle / Ivy

There is a newer version: 2.9.0
Show newest version
package com.dg.libs.rest.parsers;

import java.io.InputStream;

public class NoResponseParser implements HttpResponseParser {

    public static final String TAG = NoResponseParser.class.getSimpleName();

	@Override
	public Void parse(InputStream responseStream) throws Exception {
		return null;
	}
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy