Class: VertxWeb::ParsedHeaderValueImpl
- Inherits:
-
Object
- Object
- VertxWeb::ParsedHeaderValueImpl
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)
DEFAULT_WEIGHT, #matched_by?, #parameter, #parameters, #permitted?, #raw_value, #value, #weight, #weighted_order
Class Method Details
+ (Boolean) accept?(obj)
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
|