Method: HTTP::Protocol::HTTP2::Connection#state

Defined in:
lib/http/protocol/http2/connection.rb

#stateObject

Connection state (:new, :open, :closed).



67
68
69
# File 'lib/http/protocol/http2/connection.rb', line 67

def state
  @state
end