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

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

package org.springframework.network;

public interface Network {
  boolean isNormal();

  boolean isExternal();

  boolean isInternal();

  NetworkPlatform getNetworkPlatform();
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy