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

How to use
shutdown
method
in
libcore.io.Os

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

origin: robovm/robovm

public void shutdown(FileDescriptor fd, int how) throws ErrnoException { os.shutdown(fd, how); }
public FileDescriptor socket(int domain, int type, int protocol) throws ErrnoException { return os.socket(domain, type, protocol); }
origin: robovm/robovm

/**
 * Shutdown the output portion of the socket.
 */
@Override
protected void shutdownOutput() throws IOException {
  try {
    Libcore.os.shutdown(fd, SHUT_WR);
  } catch (ErrnoException errnoException) {
    throw errnoException.rethrowAsSocketException();
  }
}
origin: robovm/robovm

/**
 * Shutdown the input portion of the socket.
 */
@Override
protected void shutdownInput() throws IOException {
  shutdownInput = true;
  try {
    Libcore.os.shutdown(fd, SHUT_RD);
  } catch (ErrnoException errnoException) {
    throw errnoException.rethrowAsSocketException();
  }
}
origin: MobiVM/robovm

public void shutdown(FileDescriptor fd, int how) throws ErrnoException { os.shutdown(fd, how); }
public FileDescriptor socket(int domain, int type, int protocol) throws ErrnoException { return os.socket(domain, type, protocol); }
origin: com.bugvm/bugvm-rt

public void shutdown(FileDescriptor fd, int how) throws ErrnoException { os.shutdown(fd, how); }
public FileDescriptor socket(int domain, int type, int protocol) throws ErrnoException { return os.socket(domain, type, protocol); }
origin: FlexoVM/flexovm

public void shutdown(FileDescriptor fd, int how) throws ErrnoException { os.shutdown(fd, how); }
public FileDescriptor socket(int domain, int type, int protocol) throws ErrnoException { return os.socket(domain, type, protocol); }
origin: com.mobidevelop.robovm/robovm-rt

public void shutdown(FileDescriptor fd, int how) throws ErrnoException { os.shutdown(fd, how); }
public FileDescriptor socket(int domain, int type, int protocol) throws ErrnoException { return os.socket(domain, type, protocol); }
origin: ibinti/bugvm

public void shutdown(FileDescriptor fd, int how) throws ErrnoException { os.shutdown(fd, how); }
public FileDescriptor socket(int domain, int type, int protocol) throws ErrnoException { return os.socket(domain, type, protocol); }
origin: MobiVM/robovm

/**
 * Shutdown the input portion of the socket.
 */
@Override
protected void shutdownInput() throws IOException {
  shutdownInput = true;
  try {
    Libcore.os.shutdown(fd, SHUT_RD);
  } catch (ErrnoException errnoException) {
    throw errnoException.rethrowAsSocketException();
  }
}
origin: com.bugvm/bugvm-rt

/**
 * Shutdown the output portion of the socket.
 */
@Override
protected void shutdownOutput() throws IOException {
  try {
    Libcore.os.shutdown(fd, SHUT_WR);
  } catch (ErrnoException errnoException) {
    throw errnoException.rethrowAsSocketException();
  }
}
origin: MobiVM/robovm

/**
 * Shutdown the output portion of the socket.
 */
@Override
protected void shutdownOutput() throws IOException {
  try {
    Libcore.os.shutdown(fd, SHUT_WR);
  } catch (ErrnoException errnoException) {
    throw errnoException.rethrowAsSocketException();
  }
}
origin: FlexoVM/flexovm

/**
 * Shutdown the output portion of the socket.
 */
@Override
protected void shutdownOutput() throws IOException {
  try {
    Libcore.os.shutdown(fd, SHUT_WR);
  } catch (ErrnoException errnoException) {
    throw errnoException.rethrowAsSocketException();
  }
}
origin: FlexoVM/flexovm

/**
 * Shutdown the input portion of the socket.
 */
@Override
protected void shutdownInput() throws IOException {
  shutdownInput = true;
  try {
    Libcore.os.shutdown(fd, SHUT_RD);
  } catch (ErrnoException errnoException) {
    throw errnoException.rethrowAsSocketException();
  }
}
origin: com.bugvm/bugvm-rt

/**
 * Shutdown the input portion of the socket.
 */
@Override
protected void shutdownInput() throws IOException {
  shutdownInput = true;
  try {
    Libcore.os.shutdown(fd, SHUT_RD);
  } catch (ErrnoException errnoException) {
    throw errnoException.rethrowAsSocketException();
  }
}
origin: ibinti/bugvm

/**
 * Shutdown the input portion of the socket.
 */
@Override
protected void shutdownInput() throws IOException {
  shutdownInput = true;
  try {
    Libcore.os.shutdown(fd, SHUT_RD);
  } catch (ErrnoException errnoException) {
    throw errnoException.rethrowAsSocketException();
  }
}
origin: ibinti/bugvm

/**
 * Shutdown the output portion of the socket.
 */
@Override
protected void shutdownOutput() throws IOException {
  try {
    Libcore.os.shutdown(fd, SHUT_WR);
  } catch (ErrnoException errnoException) {
    throw errnoException.rethrowAsSocketException();
  }
}
origin: com.mobidevelop.robovm/robovm-rt

/**
 * Shutdown the input portion of the socket.
 */
@Override
protected void shutdownInput() throws IOException {
  shutdownInput = true;
  try {
    Libcore.os.shutdown(fd, SHUT_RD);
  } catch (ErrnoException errnoException) {
    throw errnoException.rethrowAsSocketException();
  }
}
origin: com.mobidevelop.robovm/robovm-rt

/**
 * Shutdown the output portion of the socket.
 */
@Override
protected void shutdownOutput() throws IOException {
  try {
    Libcore.os.shutdown(fd, SHUT_WR);
  } catch (ErrnoException errnoException) {
    throw errnoException.rethrowAsSocketException();
  }
}
origin: com.gluonhq/robovm-rt

/**
 * Shutdown the input portion of the socket.
 */
@Override
protected void shutdownInput() throws IOException {
  shutdownInput = true;
  try {
    Libcore.os.shutdown(fd, SHUT_RD);
  } catch (ErrnoException errnoException) {
    throw errnoException.rethrowAsSocketException();
  }
}
origin: com.gluonhq/robovm-rt

/**
 * Shutdown the output portion of the socket.
 */
@Override
protected void shutdownOutput() throws IOException {
  try {
    Libcore.os.shutdown(fd, SHUT_WR);
  } catch (ErrnoException errnoException) {
    throw errnoException.rethrowAsSocketException();
  }
}
libcore.ioOsshutdown

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

  • Parsing JSON documents to java classes using gson
  • putExtra (Intent)
  • getExternalFilesDir (Context)
  • getContentResolver (Context)
  • System (java.lang)
    Provides access to system-related information and resources including standard input and output. Ena
  • URLConnection (java.net)
    A connection to a URL for reading or writing. For HTTP connections, see HttpURLConnection for docume
  • HashMap (java.util)
    HashMap is an implementation of Map. All optional operations are supported.All elements are permitte
  • TimeUnit (java.util.concurrent)
    A TimeUnit represents time durations at a given unit of granularity and provides utility methods to
  • LogFactory (org.apache.commons.logging)
    Factory for creating Log instances, with discovery and configuration features similar to that employ
  • Project (org.apache.tools.ant)
    Central representation of an Ant project. This class defines an Ant project with all of its targets,
  • Top 17 PhpStorm 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