On this page
io.github.libtmux.Server.Server.Builder
- Module
- io.github.libtmux.Server
- Declared in
- Server
- Package
- io.github.libtmux:libtmux
- Source
- libtmux/src/main/java/io/github/libtmux/Server.java
-
Collects configuration and the ownership choice, then builds a server.
6 declared, 0 inherited
Members
- binary method Sets the tmux executable.
- build method Builds the server, owning a new transport unless one was borrowed.
- configFile method Pins the config file tmux reads.
- defaultTimeout method Sets the deadline a request gets when the caller does not supply one.
- endpoint method Sets which server to talk to.
- transport method Borrows a caller-owned transport, which the built server will never close.