Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/byt3n33dl3/thc-emperor
Apache Native, A verified list of Darknet markets and services with links for Security reference.
https://github.com/byt3n33dl3/thc-emperor
community netty network openssl traffic-analysis
Last synced: about 1 month ago
JSON representation
Apache Native, A verified list of Darknet markets and services with links for Security reference.
- Host: GitHub
- URL: https://github.com/byt3n33dl3/thc-emperor
- Owner: byt3n33dl3
- License: apache-2.0
- Created: 2024-03-19T16:43:33.000Z (10 months ago)
- Default Branch: main
- Last Pushed: 2024-11-27T17:07:51.000Z (about 1 month ago)
- Last Synced: 2024-12-06T10:52:16.989Z (about 1 month ago)
- Topics: community, netty, network, openssl, traffic-analysis
- Language: C
- Homepage:
- Size: 1.18 MB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Funding: .github/funding.yml
- License: LICENSE-MIT
- Code of conduct: CODE_OF_CONDUCT.md
- Security: SECURITY.md
Awesome Lists containing this project
README
E M P E R O R
## Native Fork for [Netty](https://github.com/netty/netty)
See our [wiki page](http://netty.io/wiki/forked-tomcat-native.html).
# Usage
Emperor can be used in modular JDK9+ applications as a collection of automatic modules. The module names follow the
reverse DNS style, and are derived from subproject names rather than root packages due to historical reasons. They
are listed below:* `io.netty.all`
* `io.netty.buffer`
* `io.netty.codec`
* `io.netty.codec.dns`
* `io.netty.codec.haproxy`
* `io.netty.codec.http`
* `io.netty.codec.http2`
* `io.netty.codec.memcache`
* `io.netty.codec.mqtt`
* `io.netty.codec.redis`
* `io.netty.codec.smtp`
* `io.netty.codec.socks`
* `io.netty.codec.stomp`
* `io.netty.codec.xml`
* `io.netty.common`
* `io.netty.handler`
* `io.netty.handler.proxy`
* `io.netty.resolver`
* `io.netty.resolver.dns`
* `io.netty.transport`
* `io.netty.transport.epoll` (`native` omitted - reserved keyword in Java)
* `io.netty.transport.kqueue` (`native` omitted - reserved keyword in Java)
* `io.netty.transport.unix.common` (`native` omitted - reserved keyword in Java)
* `io.netty.transport.rxtx`
* `io.netty.transport.sctp`
* `io.netty.transport.udt`## Automatic Modules
do not provide any means to declare dependencies, so you need to list each used module separately in your module `info` file.