Sha256: 30ce21c04beec1fdf8263a8033a7fdc438cd0452e31f8a5f2db4c242bfab72bf

Contents?: true

Size: 679 Bytes

Versions: 38

Compression:

Stored size: 679 Bytes

Contents

import java.io.IOException;

import org.jruby.Ruby;
import org.jruby.RubyClass;
import org.jruby.RubyModule;
import org.jruby.runtime.load.BasicLibraryService;

import org.ruby_http_parser.*;

public class RubyHttpParserService implements BasicLibraryService {
  public boolean basicLoad(final Ruby runtime) throws IOException {
    RubyModule mHTTP = runtime.defineModule("HTTP");
    RubyClass cParser = mHTTP.defineClassUnder("Parser", runtime.getObject(), RubyHttpParser.ALLOCATOR);
    cParser.defineAnnotatedMethods(RubyHttpParser.class);
    cParser.defineClassUnder("Error", runtime.getClass("IOError"),runtime.getClass("IOError").getAllocator());
    return true;
  }
}

Version data entries

38 entries across 38 versions & 8 rubygems

Version Path
fluent-plugin-nuopenlineage-light-0.1.0 vendor/bundle/ruby/3.3.0/gems/http_parser.rb-0.8.0/ext/ruby_http_parser/RubyHttpParserService.java
fluent-plugin-openlineage-light-0.1.4 vendor/bundle/ruby/3.3.0/gems/http_parser.rb-0.8.0/ext/ruby_http_parser/RubyHttpParserService.java
fluent-plugin-openlineage-light-0.1.3 vendor/bundle/ruby/3.3.0/gems/http_parser.rb-0.8.0/ext/ruby_http_parser/RubyHttpParserService.java
fluent-plugin-openlineage-0.1.0 vendor/bundle/ruby/3.3.0/gems/http_parser.rb-0.8.0/ext/ruby_http_parser/RubyHttpParserService.java
fluent-plugin-google-cloud-logging-on-prem-0.1.0 vendor/ruby/3.1.0/gems/http_parser.rb-0.8.0/ext/ruby_http_parser/RubyHttpParserService.java
http_parser.rb-0.8.0 ext/ruby_http_parser/RubyHttpParserService.java
http_parser.rb-0.7.0 ext/ruby_http_parser/RubyHttpParserService.java
fluent-plugin-detect-memb-exceptions-0.0.2 vendor/bundle/ruby/2.0.0/gems/http_parser.rb-0.6.0/ext/ruby_http_parser/RubyHttpParserService.java
fluent-plugin-detect-memb-exceptions-0.0.1 vendor/bundle/ruby/2.0.0/gems/http_parser.rb-0.6.0/ext/ruby_http_parser/RubyHttpParserService.java
midori_http_parser-0.6.1.3 ext/ruby_http_parser/RubyHttpParserService.java
midori_http_parser-0.6.1.3-java ext/ruby_http_parser/RubyHttpParserService.java
midori_http_parser-0.6.1.2-java ext/ruby_http_parser/RubyHttpParserService.java
midori_http_parser-0.6.1.2 ext/ruby_http_parser/RubyHttpParserService.java
midori_http_parser-0.6.1.1-java ext/ruby_http_parser/RubyHttpParserService.java
midori_http_parser-0.6.1.1 ext/ruby_http_parser/RubyHttpParserService.java
midori_http_parser-0.6.1 ext/ruby_http_parser/RubyHttpParserService.java
http_parser.rb-0.6.0-java ext/ruby_http_parser/RubyHttpParserService.java
http_parser.rb-0.6.0 ext/ruby_http_parser/RubyHttpParserService.java
http_parser.rb-0.6.0.beta.2-java ext/ruby_http_parser/RubyHttpParserService.java
http_parser.rb-0.6.0.beta.2 ext/ruby_http_parser/RubyHttpParserService.java