Endpoint
Swift
- Python Unavailable
- Ruby Unavailable
- Lua Unavailable
- TypeScript Unavailable
- Rust Unavailable
- Go Unavailable
- Java Unavailable
- .NET Unavailable
- C++ Unavailable
- Swift
- Package
- libtmux-swift
- Source
- Sources/LibTmux/Endpoint.swift
-
Where a tmux server listens.
tmux resolves a *name* against
$TMUX_TMPDIRat exec time, so the same name can denote different servers in different environments. A *path* denotes one socket. The two are mutually exclusive, and a value of either kind is always addressable — the length check that a path must pass happens here rather than at bind time, where it would surface as an opaque failure.
5 declared, 2 inherited
Members
- socketName(_:) constant
- init(socketName:) method
- init(socketPath:) method
- portableSocketPathByteLimit property The longest socket path this library will accept, in bytes.
- socketPath(_:) constant
Inherited members
Reached through Equatable.!=(_:_:), Decodable.init(from:).
- !=(_:_:) Equatable.!=(_:_:) Returns a Boolean value indicating whether two values are not equal.
- init(from:) Decodable.init(from:) Creates a new instance by decoding from the given decoder.