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)


99
100
101
# File '/Users/julien/java/vertx-aggregator/modules/vertx-lang-ruby/vertx-lang-ruby/target/classes/vertx-web/parsed_header_value.rb', line 99

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

+ (Object) j_api_type



108
109
110
# File '/Users/julien/java/vertx-aggregator/modules/vertx-lang-ruby/vertx-lang-ruby/target/classes/vertx-web/parsed_header_value.rb', line 108

def self.j_api_type
  @@j_api_type
end

+ (Object) j_class



111
112
113
# File '/Users/julien/java/vertx-aggregator/modules/vertx-lang-ruby/vertx-lang-ruby/target/classes/vertx-web/parsed_header_value.rb', line 111

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

+ (Object) unwrap(obj)



105
106
107
# File '/Users/julien/java/vertx-aggregator/modules/vertx-lang-ruby/vertx-lang-ruby/target/classes/vertx-web/parsed_header_value.rb', line 105

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

+ (Object) wrap(obj)



102
103
104
# File '/Users/julien/java/vertx-aggregator/modules/vertx-lang-ruby/vertx-lang-ruby/target/classes/vertx-web/parsed_header_value.rb', line 102

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