Tabnine Logo
Os.gai_strerror
Code IndexAdd Tabnine to your IDE (free)

How to use
gai_strerror
method
in
libcore.io.Os

Best Java code snippets using libcore.io.Os.gai_strerror (Showing top 20 results out of 315)

origin: robovm/robovm

public String gai_strerror(int error) { return os.gai_strerror(error); }
public InetAddress[] getaddrinfo(String node, StructAddrinfo hints) throws GaiException { return os.getaddrinfo(node, hints); }
origin: robovm/robovm

/**
 * Converts the stashed function name and error value to a human-readable string.
 * We do this here rather than in the constructor so that callers only pay for
 * this if they need it.
 */
@Override public String getMessage() {
  String gaiName = OsConstants.gaiName(error);
  if (gaiName == null) {
    gaiName = "GAI_ error " + error;
  }
  String description = Libcore.os.gai_strerror(error);
  return functionName + " failed: " + gaiName + " (" + description + ")";
}
origin: robovm/robovm

String detailMessage = "Unable to resolve host \"" + host + "\": " + Libcore.os.gai_strerror(gaiException.error);
addressCache.putUnknownHost(host, detailMessage);
throw gaiException.rethrowAsUnknownHostException(detailMessage);
origin: ibinti/bugvm

public String gai_strerror(int error) { return os.gai_strerror(error); }
public InetAddress[] getaddrinfo(String node, StructAddrinfo hints) throws GaiException { return os.getaddrinfo(node, hints); }
origin: MobiVM/robovm

public String gai_strerror(int error) { return os.gai_strerror(error); }
public InetAddress[] getaddrinfo(String node, StructAddrinfo hints) throws GaiException { return os.getaddrinfo(node, hints); }
origin: com.gluonhq/robovm-rt

public String gai_strerror(int error) { return os.gai_strerror(error); }
public InetAddress[] getaddrinfo(String node, StructAddrinfo hints) throws GaiException { return os.getaddrinfo(node, hints); }
origin: com.mobidevelop.robovm/robovm-rt

public String gai_strerror(int error) { return os.gai_strerror(error); }
public InetAddress[] getaddrinfo(String node, StructAddrinfo hints) throws GaiException { return os.getaddrinfo(node, hints); }
origin: com.bugvm/bugvm-rt

public String gai_strerror(int error) { return os.gai_strerror(error); }
public InetAddress[] getaddrinfo(String node, StructAddrinfo hints) throws GaiException { return os.getaddrinfo(node, hints); }
origin: FlexoVM/flexovm

public String gai_strerror(int error) { return os.gai_strerror(error); }
public InetAddress[] getaddrinfo(String node, StructAddrinfo hints) throws GaiException { return os.getaddrinfo(node, hints); }
origin: MobiVM/robovm

/**
 * Converts the stashed function name and error value to a human-readable string.
 * We do this here rather than in the constructor so that callers only pay for
 * this if they need it.
 */
@Override public String getMessage() {
  String gaiName = OsConstants.gaiName(error);
  if (gaiName == null) {
    gaiName = "GAI_ error " + error;
  }
  String description = Libcore.os.gai_strerror(error);
  return functionName + " failed: " + gaiName + " (" + description + ")";
}
origin: ibinti/bugvm

/**
 * Converts the stashed function name and error value to a human-readable string.
 * We do this here rather than in the constructor so that callers only pay for
 * this if they need it.
 */
@Override public String getMessage() {
  String gaiName = OsConstants.gaiName(error);
  if (gaiName == null) {
    gaiName = "GAI_ error " + error;
  }
  String description = Libcore.os.gai_strerror(error);
  return functionName + " failed: " + gaiName + " (" + description + ")";
}
origin: com.mobidevelop.robovm/robovm-rt

/**
 * Converts the stashed function name and error value to a human-readable string.
 * We do this here rather than in the constructor so that callers only pay for
 * this if they need it.
 */
@Override public String getMessage() {
  String gaiName = OsConstants.gaiName(error);
  if (gaiName == null) {
    gaiName = "GAI_ error " + error;
  }
  String description = Libcore.os.gai_strerror(error);
  return functionName + " failed: " + gaiName + " (" + description + ")";
}
origin: com.bugvm/bugvm-rt

/**
 * Converts the stashed function name and error value to a human-readable string.
 * We do this here rather than in the constructor so that callers only pay for
 * this if they need it.
 */
@Override public String getMessage() {
  String gaiName = OsConstants.gaiName(error);
  if (gaiName == null) {
    gaiName = "GAI_ error " + error;
  }
  String description = Libcore.os.gai_strerror(error);
  return functionName + " failed: " + gaiName + " (" + description + ")";
}
origin: com.gluonhq/robovm-rt

/**
 * Converts the stashed function name and error value to a human-readable string.
 * We do this here rather than in the constructor so that callers only pay for
 * this if they need it.
 */
@Override public String getMessage() {
  String gaiName = OsConstants.gaiName(error);
  if (gaiName == null) {
    gaiName = "GAI_ error " + error;
  }
  String description = Libcore.os.gai_strerror(error);
  return functionName + " failed: " + gaiName + " (" + description + ")";
}
origin: FlexoVM/flexovm

/**
 * Converts the stashed function name and error value to a human-readable string.
 * We do this here rather than in the constructor so that callers only pay for
 * this if they need it.
 */
@Override public String getMessage() {
  String gaiName = OsConstants.gaiName(error);
  if (gaiName == null) {
    gaiName = "GAI_ error " + error;
  }
  String description = Libcore.os.gai_strerror(error);
  return functionName + " failed: " + gaiName + " (" + description + ")";
}
origin: ibinti/bugvm

String detailMessage = "Unable to resolve host \"" + host + "\": " + Libcore.os.gai_strerror(gaiException.error);
addressCache.putUnknownHost(host, detailMessage);
throw gaiException.rethrowAsUnknownHostException(detailMessage);
origin: com.bugvm/bugvm-rt

String detailMessage = "Unable to resolve host \"" + host + "\": " + Libcore.os.gai_strerror(gaiException.error);
addressCache.putUnknownHost(host, detailMessage);
throw gaiException.rethrowAsUnknownHostException(detailMessage);
origin: MobiVM/robovm

String detailMessage = "Unable to resolve host \"" + host + "\": " + Libcore.os.gai_strerror(gaiException.error);
addressCache.putUnknownHost(host, detailMessage);
throw gaiException.rethrowAsUnknownHostException(detailMessage);
origin: com.gluonhq/robovm-rt

String detailMessage = "Unable to resolve host \"" + host + "\": " + Libcore.os.gai_strerror(gaiException.error);
addressCache.putUnknownHost(host, detailMessage);
throw gaiException.rethrowAsUnknownHostException(detailMessage);
origin: com.mobidevelop.robovm/robovm-rt

String detailMessage = "Unable to resolve host \"" + host + "\": " + Libcore.os.gai_strerror(gaiException.error);
addressCache.putUnknownHost(host, detailMessage);
throw gaiException.rethrowAsUnknownHostException(detailMessage);
libcore.ioOsgai_strerror

Popular methods of Os

  • accept
  • access
  • bind
  • chmod
  • chown
  • close
  • connect
  • dup
  • dup2
  • environ
  • execv
  • execve
  • execv,
  • execve,
  • fchmod,
  • fchown,
  • fcntlFlock,
  • fcntlLong,
  • fcntlVoid,
  • fdatasync,
  • fstat,
  • fstatvfs

Popular in Java

  • Running tasks concurrently on multiple threads
  • addToBackStack (FragmentTransaction)
  • getResourceAsStream (ClassLoader)
  • setRequestProperty (URLConnection)
  • EOFException (java.io)
    Thrown when a program encounters the end of a file or stream during an input operation.
  • Socket (java.net)
    Provides a client-side TCP socket.
  • Time (java.sql)
    Java representation of an SQL TIME value. Provides utilities to format and parse the time's represen
  • Pattern (java.util.regex)
    Patterns are compiled regular expressions. In many cases, convenience methods such as String#matches
  • Get (org.apache.hadoop.hbase.client)
    Used to perform Get operations on a single row. To get everything for a row, instantiate a Get objec
  • Logger (org.slf4j)
    The org.slf4j.Logger interface is the main user entry point of SLF4J API. It is expected that loggin
  • Top 17 Free Sublime Text Plugins
Tabnine Logo
  • Products

    Search for Java codeSearch for JavaScript code
  • IDE Plugins

    IntelliJ IDEAWebStormVisual StudioAndroid StudioEclipseVisual Studio CodePyCharmSublime TextPhpStormVimAtomGoLandRubyMineEmacsJupyter NotebookJupyter LabRiderDataGripAppCode
  • Company

    About UsContact UsCareers
  • Resources

    FAQBlogTabnine AcademyStudentsTerms of usePrivacy policyJava Code IndexJavascript Code Index
Get Tabnine for your IDE now