{"id":15103684,"url":"https://github.com/nettyplus/netty4-transports","last_synced_at":"2025-10-23T00:30:32.305Z","repository":{"id":246704674,"uuid":"818422517","full_name":"nettyplus/netty4-transports","owner":"nettyplus","description":"Netty 4 transports ⭐️","archived":false,"fork":false,"pushed_at":"2025-01-21T02:27:24.000Z","size":91,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"main","last_synced_at":"2025-01-30T16:40:34.832Z","etag":null,"topics":["java","netty"],"latest_commit_sha":null,"homepage":"","language":"Java","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/nettyplus.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2024-06-21T20:24:03.000Z","updated_at":"2025-01-21T02:27:26.000Z","dependencies_parsed_at":"2024-06-29T20:48:56.434Z","dependency_job_id":"dedcdb26-739f-4a24-b3b0-273ab3c24c64","html_url":"https://github.com/nettyplus/netty4-transports","commit_stats":{"total_commits":42,"total_committers":3,"mean_commits":14.0,"dds":0.3571428571428571,"last_synced_commit":"9fb40fb301d7a914d782639b064c1e422e3f55f4"},"previous_names":["nettyplus/netty4-transports"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nettyplus%2Fnetty4-transports","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nettyplus%2Fnetty4-transports/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nettyplus%2Fnetty4-transports/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nettyplus%2Fnetty4-transports/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/nettyplus","download_url":"https://codeload.github.com/nettyplus/netty4-transports/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":237754151,"owners_count":19360654,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["java","netty"],"created_at":"2024-09-25T19:41:30.141Z","updated_at":"2025-10-23T00:30:26.984Z","avatar_url":"https://github.com/nettyplus.png","language":"Java","funding_links":[],"categories":[],"sub_categories":[],"readme":"# netty4-transports\n\n## Transports\n- nio\n- epoll\n- io_uring\n- kqueue\n\n## Usage\n```java\n\nimport io.github.nettyplus.netty4.transports.NettyTransport;\n\npublic class Example {\n\n  public static void main(String[] args) {\n    for (NettyTransport transport : NettyTransport.values()) {\n      System.out.println(transport.name() + \" isAvailable=\" + transport.isAvailable());\n    }\n  }\n}\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnettyplus%2Fnetty4-transports","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fnettyplus%2Fnetty4-transports","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnettyplus%2Fnetty4-transports/lists"}