class SOCKS::PausePool
- SOCKS::PausePool
- Reference
- Object
Defined in:
socks/pause_pool.crConstructors
Instance Method Summary
- #assign_connection_identifier : UUID
- #capacity : Int32
- #clear
- #clearInterval : Time::Span
- #connection_identifier_includes?(connection_identifier : UUID) : Bool
- #connectionIdentifiers : Set(UUID)
- #entries : Hash(UUID, Entry)
- #get?(connection_identifier : UUID) : Entry | Nil
- #inactive_entry_cleanup_mutex
- #lastCleanedUp : Time
- #mutex : Mutex
- #remove_connection_identifier(connection_identifier : UUID) : Bool
- #set(connection_identifier : UUID, value : Transfer, state : Enhanced::State::WebSocket) : Bool
- #size : Int32
Constructor Detail
Instance Method Detail
def set(connection_identifier : UUID, value : Transfer, state : Enhanced::State::WebSocket) : Bool
#