Module: Baykit::BayServer::Docker::Port
Instance Method Summary collapse
- #additional_headers ⇒ Object
- #address ⇒ Object
- #anchored ⇒ Object
- #cities ⇒ Object
- #find_city(name) ⇒ Object
- #host ⇒ Object
- #on_connected(agent_id, rd) ⇒ Object
- #port ⇒ Object
- #protocol ⇒ Object
- #return_protocol_handler(agt, proto_hnd) ⇒ Object
- #return_ship(sip) ⇒ Object
- #secure ⇒ Object
- #socket_path ⇒ Object
- #timeout_sec ⇒ Object
Methods included from Docker
Instance Method Details
#additional_headers ⇒ Object
41 42 43 |
# File 'lib/baykit/bayserver/docker/port.rb', line 41 def additional_headers raise NotImplementedError.new end |
#address ⇒ Object
25 26 27 |
# File 'lib/baykit/bayserver/docker/port.rb', line 25 def address() raise NotImplementedError.new end |
#anchored ⇒ Object
29 30 31 |
# File 'lib/baykit/bayserver/docker/port.rb', line 29 def anchored raise NotImplementedError.new end |
#cities ⇒ Object
45 46 47 |
# File 'lib/baykit/bayserver/docker/port.rb', line 45 def cities raise NotImplementedError.new end |
#find_city(name) ⇒ Object
49 50 51 |
# File 'lib/baykit/bayserver/docker/port.rb', line 49 def find_city(name) raise NotImplementedError.new end |
#host ⇒ Object
13 14 15 |
# File 'lib/baykit/bayserver/docker/port.rb', line 13 def host raise NotImplementedError.new end |
#on_connected(agent_id, rd) ⇒ Object
53 54 55 |
# File 'lib/baykit/bayserver/docker/port.rb', line 53 def on_connected(agent_id, rd) raise NotImplementedError.new end |
#port ⇒ Object
17 18 19 |
# File 'lib/baykit/bayserver/docker/port.rb', line 17 def port raise NotImplementedError.new end |
#protocol ⇒ Object
9 10 11 |
# File 'lib/baykit/bayserver/docker/port.rb', line 9 def protocol raise NotImplementedError.new end |
#return_protocol_handler(agt, proto_hnd) ⇒ Object
57 58 59 |
# File 'lib/baykit/bayserver/docker/port.rb', line 57 def return_protocol_handler(agt, proto_hnd) raise NotImplementedError.new end |
#return_ship(sip) ⇒ Object
61 62 63 |
# File 'lib/baykit/bayserver/docker/port.rb', line 61 def return_ship(sip) raise NotImplementedError.new end |
#secure ⇒ Object
33 34 35 |
# File 'lib/baykit/bayserver/docker/port.rb', line 33 def secure raise NotImplementedError.new end |
#socket_path ⇒ Object
21 22 23 |
# File 'lib/baykit/bayserver/docker/port.rb', line 21 def socket_path raise NotImplementedError.new end |
#timeout_sec ⇒ Object
37 38 39 |
# File 'lib/baykit/bayserver/docker/port.rb', line 37 def timeout_sec raise NotImplementedError.new end |