Uses of Interface
jtermios.JTermios.FDSet
-
Packages that use JTermios.FDSet Package Description jtermios jtermios.freebsd jtermios.linux jtermios.macosx jtermios.openbsd jtermios.solaris jtermios.windows -
-
Uses of JTermios.FDSet in jtermios
Methods in jtermios that return JTermios.FDSet Modifier and Type Method Description JTermios.FDSetJTermios.JTermiosInterface. newFDSet()static JTermios.FDSetJTermios. newFDSet()Methods in jtermios with parameters of type JTermios.FDSet Modifier and Type Method Description static voidJTermios. FD_CLR(int fd, JTermios.FDSet set)static booleanJTermios. FD_ISSET(int fd, JTermios.FDSet set)static voidJTermios. FD_SET(int fd, JTermios.FDSet set)static voidJTermios. FD_ZERO(JTermios.FDSet set)intJTermios.JTermiosInterface. select(int n, JTermios.FDSet read, JTermios.FDSet write, JTermios.FDSet error, TimeVal timeout)static intJTermios. select(int n, JTermios.FDSet read, JTermios.FDSet write, JTermios.FDSet error, TimeVal timeout)Unlike Linux select this does not modify 'timeout' so it can be re-used. -
Uses of JTermios.FDSet in jtermios.freebsd
Classes in jtermios.freebsd that implement JTermios.FDSet Modifier and Type Class Description static classJTermiosImpl.fd_setMethods in jtermios.freebsd that return JTermios.FDSet Modifier and Type Method Description JTermios.FDSetJTermiosImpl. newFDSet()Methods in jtermios.freebsd with parameters of type JTermios.FDSet Modifier and Type Method Description intJTermiosImpl. select(int nfds, JTermios.FDSet rfds, JTermios.FDSet wfds, JTermios.FDSet efds, TimeVal timeout) -
Uses of JTermios.FDSet in jtermios.linux
Classes in jtermios.linux that implement JTermios.FDSet Modifier and Type Class Description static classJTermiosImpl.fd_setMethods in jtermios.linux that return JTermios.FDSet Modifier and Type Method Description JTermios.FDSetJTermiosImpl. newFDSet()Methods in jtermios.linux with parameters of type JTermios.FDSet Modifier and Type Method Description intJTermiosImpl. select(int nfds, JTermios.FDSet rfds, JTermios.FDSet wfds, JTermios.FDSet efds, TimeVal timeout) -
Uses of JTermios.FDSet in jtermios.macosx
Classes in jtermios.macosx that implement JTermios.FDSet Modifier and Type Class Description static classJTermiosImpl.fd_setMethods in jtermios.macosx that return JTermios.FDSet Modifier and Type Method Description JTermios.FDSetJTermiosImpl. newFDSet()Methods in jtermios.macosx with parameters of type JTermios.FDSet Modifier and Type Method Description intJTermiosImpl. select(int nfds, JTermios.FDSet rfds, JTermios.FDSet wfds, JTermios.FDSet efds, TimeVal timeout) -
Uses of JTermios.FDSet in jtermios.openbsd
Classes in jtermios.openbsd that implement JTermios.FDSet Modifier and Type Class Description static classJTermiosImpl.fd_setMethods in jtermios.openbsd that return JTermios.FDSet Modifier and Type Method Description JTermios.FDSetJTermiosImpl. newFDSet()Methods in jtermios.openbsd with parameters of type JTermios.FDSet Modifier and Type Method Description intJTermiosImpl. select(int nfds, JTermios.FDSet rfds, JTermios.FDSet wfds, JTermios.FDSet efds, TimeVal timeout) -
Uses of JTermios.FDSet in jtermios.solaris
Classes in jtermios.solaris that implement JTermios.FDSet Modifier and Type Class Description static classJTermiosImpl.fd_setMethods in jtermios.solaris that return JTermios.FDSet Modifier and Type Method Description JTermios.FDSetJTermiosImpl. newFDSet()Methods in jtermios.solaris with parameters of type JTermios.FDSet Modifier and Type Method Description intJTermiosImpl. select(int nfds, JTermios.FDSet rfds, JTermios.FDSet wfds, JTermios.FDSet efds, TimeVal timeout) -
Uses of JTermios.FDSet in jtermios.windows
Methods in jtermios.windows that return JTermios.FDSet Modifier and Type Method Description JTermios.FDSetJTermiosImpl. newFDSet()Methods in jtermios.windows with parameters of type JTermios.FDSet Modifier and Type Method Description voidJTermiosImpl. FD_CLR(int fd, JTermios.FDSet set)booleanJTermiosImpl. FD_ISSET(int fd, JTermios.FDSet set)voidJTermiosImpl. FD_SET(int fd, JTermios.FDSet set)voidJTermiosImpl. FD_ZERO(JTermios.FDSet set)intJTermiosImpl. select(int n, JTermios.FDSet readfds, JTermios.FDSet writefds, JTermios.FDSet exceptfds, TimeVal timeout)
-