Methods
- A
- C
- N
- R
- S
Class Public methods
new(callback, config)
Link
Source: show
# File sample/drb/http0serv.rb, line 83 def initialize(callback, config) @callback = callback @config = config @msg = DRbMessage.new(@config) @req_stream = StrStream.new(@callback.req_body) end
Instance Public methods
close()
Link
Source: show
# File sample/drb/http0serv.rb, line 90 def close @callback.close if @callback @callback = nil end