Class: VertxWeb::ParsedHeaderValueImpl

Inherits:
Object
  • Object
show all
Includes:
ParsedHeaderValue
Defined in:
/Users/julien/java/vertx-aggregator/modules/vertx-lang-ruby/vertx-lang-ruby/target/classes/vertx-web/parsed_header_value.rb

Constant Summary

@@j_api_type =
Object.new

Class Method Summary (collapse)

Methods included from ParsedHeaderValue

DEFAULT_WEIGHT, #matched_by?, #parameter, #parameters, #permitted?, #raw_value, #value, #weight, #weighted_order

Class Method Details

+ (Boolean) accept?(obj)

Returns:

  • (Boolean)


140
141
142
# File '/Users/julien/java/vertx-aggregator/modules/vertx-lang-ruby/vertx-lang-ruby/target/classes/vertx-web/parsed_header_value.rb', line 140

def @@j_api_type.accept?(obj)
  obj.class == ParsedHeaderValue
end

+ (Object) j_api_type



149
150
151
# File '/Users/julien/java/vertx-aggregator/modules/vertx-lang-ruby/vertx-lang-ruby/target/classes/vertx-web/parsed_header_value.rb', line 149

def self.j_api_type
  @@j_api_type
end

+ (Object) j_class



152
153
154
# File '/Users/julien/java/vertx-aggregator/modules/vertx-lang-ruby/vertx-lang-ruby/target/classes/vertx-web/parsed_header_value.rb', line 152

def self.j_class
  Java::IoVertxExtWeb::ParsedHeaderValue.java_class
end

+ (Object) unwrap(obj)



146
147
148
# File '/Users/julien/java/vertx-aggregator/modules/vertx-lang-ruby/vertx-lang-ruby/target/classes/vertx-web/parsed_header_value.rb', line 146

def @@j_api_type.unwrap(obj)
  obj.j_del
end

+ (Object) wrap(obj)



143
144
145
# File '/Users/julien/java/vertx-aggregator/modules/vertx-lang-ruby/vertx-lang-ruby/target/classes/vertx-web/parsed_header_value.rb', line 143

def @@j_api_type.wrap(obj)
  ParsedHeaderValue.new(obj)
end