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

org.springframework.network.NetworkResolver Maven / Gradle / Ivy

package org.springframework.network;

import javax.servlet.http.HttpServletRequest;

public interface NetworkResolver {
  String getInternal();

  Network resolveNetwork(HttpServletRequest request);
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy