Prerelease This site documents an alpha of libtmux. Its structure, URLs and APIs are subject to change.

io.github.libtmux.Server.Server.Builder

Java
  • Python Unavailable
  • Ruby Unavailable
  • Lua Unavailable
  • TypeScript Unavailable
  • Rust Unavailable
  • Go Unavailable
  • Java
  • .NET Unavailable
  • C++ Unavailable
  • Swift Unavailable

View as Markdown

Module
io.github.libtmux.Server
Declared in
Server
Package
io.github.libtmux:libtmux
Source
libtmux/src/main/java/io/github/libtmux/Server.java
class io.github.libtmux.Server.Server.Builder
classstaticreadonly [source]
classstaticreadonly [source]
class io.github.libtmux.Server.Server.Builder

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.
Esc

Type to search.