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

io.continual.http.service.framework.inspection.impl.ObserveNoneMgr Maven / Gradle / Ivy

There is a newer version: 0.3.16
Show newest version
package io.continual.http.service.framework.inspection.impl;

import io.continual.http.service.framework.context.CHttpRequestContext;
import io.continual.http.service.framework.inspection.CHttpObserverMgr;

public class ObserveNoneMgr implements CHttpObserverMgr
{
	@Override
	public void consider ( CHttpRequestContext ctx )
	{
	}
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy