Netty (software)

http://dbpedia.org/resource/Netty_(software) an entity of type: Thing

Netty è un framework client-server per lo sviluppo di applicazioni Java per le comunicazioni telematiche, come server e client di protocollo. Questo framework è asincrono ed orientato ad eventi è usato per semplificare i server dei socket Transmission Control Protocol e User Datagram Protocol. Netty include una implementazione del reactor pattern. È stato inizialmente sviluppato all'interno di JBoss, adesso viene sviluppato e mantenuto dalla Netty Project Community. rdf:langString
네티(Netty)는 프로토콜 서버, 클라이언트 등 자바 네트워크 애플리케이션 개발을 위한 비차단 입출력 클라이언트-서버 프레임워크이다. 비동기 사건 기반 네트워크 애플리케이션 프레임워크와 도구들은 TCP, UDP 소켓 서버 등 을 단순하게 만들기 위해 사용된다. 네티에는 프로그래밍 반응자 패턴 구현체를 포함하고 있다. 원래 와일드플라이에 의해 개발된 네티는 현재 네티 프로젝트 커뮤니티에 의해 개발, 유지보수되고 있다. 비동기 네트워크 애플리케이션 프레임워크 목적 외에도 네티는 HTTP, HTTP/2, DNS 등의 더 많은 프로토콜을 지원하고 있으며 서블릿 컨테이너 안에서 실행할 수 있는 기능, 웹소켓 지원, 구글 프로토콜 버퍼 연동, 지원, SPDY 프로토콜 지원,메시지 압축 지원이 포함되어 있다. 네티는 2004년부터 활발히 개발되고 있다. 버전 4.0.0 기준으로 네티는 , 블로킹 자바 소켓과 함께 를 백엔드로 지원하고 있다. rdf:langString
Netty是一个非阻塞I/O客户端-服务器框架,主要用于开发Java网络应用程序,如协议服务器和客户端。异步事件驱动的网络应用程序框架和工具用于简化网络编程,例如TCP和UDP套接字服务器。Netty包括了反应器编程模式的实现。Netty最初由JBoss开发,现在由Netty项目社区开发和维护。 除了作为异步网络应用程序框架,Netty还包括了对HTTP、HTTP2、DNS及其他协议的支持,涵盖了在Servlet容器内运行的能力、对WebSockets的支持、与Google Protocol Buffers的集成、对SSL/TLS的支持以及对用于SPDY协议和消息压缩的支持。自2004年以来,Netty一直在被积极开发。 从版本4.0.0开始,Netty在支持NIO和阻塞Java套接字的同时,还支持使用NIO.2作为后端。 rdf:langString
Netty ist ein nicht-blockierendes Client-Server-Framework für die Entwicklung von Java-Anwendungen im Netzwerk, wie Protokollserver und Netzwerk-Clients. Das asynchrone, ereignisgesteuerte Framework für Anwendungen im Netzwerk vereinfacht die Arbeit des Entwicklers an Protokollen wie TCP und UDP sowie ihren Socket-Servern. Netty beinhaltet auch eine Implementation des Reactor-Entwurfsmusters. Seit Version 4.0.0 Alpha unterstützt Netty die Verwendung der -Schnittstellen von Java 7 als Backend, sowie nicht-blockierende Java-Sockets. rdf:langString
Netty is a non-blocking I/O client-server framework for the development of Java network applications such as protocol servers and clients. The asynchronous event-driven network application framework and tools are used to simplify network programming such as TCP and UDP socket servers. Netty includes an implementation of the reactor pattern of programming. Originally developed by JBoss, Netty is now developed and maintained by the Netty Project Community. Beginning with version 4.0.0, Netty also supports the usage of NIO.2 as a backend, along with NIO and blocking Java sockets. rdf:langString
Netty est un framework non bloquant d'entrée-sortie (en anglais non-blocking I/O ou NIO) client-serveur pour le développement d'applications réseau Java telles que des protocoles clients serveurs et des clients. Le framework applicatif piloté par les événements réseau asynchrones et les outils sont utilisés pour simplifier la programmation réseau tels que les serveurs de socket TCP et UDP. Netty intègre une implémentation du patron reactor. Développé à l'origine par JBoss, Netty est maintenant développé et maintenu par la Netty Project Community. rdf:langString
rdf:langString Netty
rdf:langString Netty (framework)
rdf:langString Netty
rdf:langString 네티 (소프트웨어)
rdf:langString Netty (software)
rdf:langString Netty
rdf:langString Netty
rdf:langString Netty
xsd:integer 30825113
xsd:integer 1100727231
rdf:langString Trustin Heuiseung Lee
rdf:langString Netty Project Community
rdf:langString Apache License 2.0
rdf:langString Netty ist ein nicht-blockierendes Client-Server-Framework für die Entwicklung von Java-Anwendungen im Netzwerk, wie Protokollserver und Netzwerk-Clients. Das asynchrone, ereignisgesteuerte Framework für Anwendungen im Netzwerk vereinfacht die Arbeit des Entwicklers an Protokollen wie TCP und UDP sowie ihren Socket-Servern. Netty beinhaltet auch eine Implementation des Reactor-Entwurfsmusters. Daneben beinhaltet Netty auch einen eingebauten HTTP-Support und kann in einem Servlet-Container ausgeführt werden. Es unterstützt Web Sockets, TLS, SPDY, und Nachrichtenkompression und die Integration mit Google Protocol Buffers. Das Projekt Netty gibt es spätestens seit 2004. Seit Version 4.0.0 Alpha unterstützt Netty die Verwendung der -Schnittstellen von Java 7 als Backend, sowie nicht-blockierende Java-Sockets.
rdf:langString Netty is a non-blocking I/O client-server framework for the development of Java network applications such as protocol servers and clients. The asynchronous event-driven network application framework and tools are used to simplify network programming such as TCP and UDP socket servers. Netty includes an implementation of the reactor pattern of programming. Originally developed by JBoss, Netty is now developed and maintained by the Netty Project Community. Besides being an asynchronous network application framework, Netty also includes built-in implementations of SSL/TLS, HTTP, HTTP/2, HTTP/3, WebSockets, DNS, Protocol Buffers, SPDY and other protocols. Netty is not a Java web container, but is able to run inside one, and supports message compression. Netty has been actively developed since 2004. Beginning with version 4.0.0, Netty also supports the usage of NIO.2 as a backend, along with NIO and blocking Java sockets.
rdf:langString Netty est un framework non bloquant d'entrée-sortie (en anglais non-blocking I/O ou NIO) client-serveur pour le développement d'applications réseau Java telles que des protocoles clients serveurs et des clients. Le framework applicatif piloté par les événements réseau asynchrones et les outils sont utilisés pour simplifier la programmation réseau tels que les serveurs de socket TCP et UDP. Netty intègre une implémentation du patron reactor. Développé à l'origine par JBoss, Netty est maintenant développé et maintenu par la Netty Project Community. En plus d'être un framework d'application réseau asynchrone, Netty intègre également le support de HTTP, HTTP2, DNS et plusieurs autres protocoles, la possibilité d'être exécuté à l'intérieur d'un conteneur de servlet, le support des WebSockets, l'intégration avec Google Protocol Buffers, le support SSL/TLS, le support du protocole SPDY et la compression de messages. Netty a été activement développé depuis 2004. À partir de la version 4.0.0, Netty prend également en charge l'utilisation de NIO.2 comme backend, avec NIO et les sockets Java bloquants.
rdf:langString Netty è un framework client-server per lo sviluppo di applicazioni Java per le comunicazioni telematiche, come server e client di protocollo. Questo framework è asincrono ed orientato ad eventi è usato per semplificare i server dei socket Transmission Control Protocol e User Datagram Protocol. Netty include una implementazione del reactor pattern. È stato inizialmente sviluppato all'interno di JBoss, adesso viene sviluppato e mantenuto dalla Netty Project Community.
rdf:langString 네티(Netty)는 프로토콜 서버, 클라이언트 등 자바 네트워크 애플리케이션 개발을 위한 비차단 입출력 클라이언트-서버 프레임워크이다. 비동기 사건 기반 네트워크 애플리케이션 프레임워크와 도구들은 TCP, UDP 소켓 서버 등 을 단순하게 만들기 위해 사용된다. 네티에는 프로그래밍 반응자 패턴 구현체를 포함하고 있다. 원래 와일드플라이에 의해 개발된 네티는 현재 네티 프로젝트 커뮤니티에 의해 개발, 유지보수되고 있다. 비동기 네트워크 애플리케이션 프레임워크 목적 외에도 네티는 HTTP, HTTP/2, DNS 등의 더 많은 프로토콜을 지원하고 있으며 서블릿 컨테이너 안에서 실행할 수 있는 기능, 웹소켓 지원, 구글 프로토콜 버퍼 연동, 지원, SPDY 프로토콜 지원,메시지 압축 지원이 포함되어 있다. 네티는 2004년부터 활발히 개발되고 있다. 버전 4.0.0 기준으로 네티는 , 블로킹 자바 소켓과 함께 를 백엔드로 지원하고 있다.
rdf:langString Netty是一个非阻塞I/O客户端-服务器框架,主要用于开发Java网络应用程序,如协议服务器和客户端。异步事件驱动的网络应用程序框架和工具用于简化网络编程,例如TCP和UDP套接字服务器。Netty包括了反应器编程模式的实现。Netty最初由JBoss开发,现在由Netty项目社区开发和维护。 除了作为异步网络应用程序框架,Netty还包括了对HTTP、HTTP2、DNS及其他协议的支持,涵盖了在Servlet容器内运行的能力、对WebSockets的支持、与Google Protocol Buffers的集成、对SSL/TLS的支持以及对用于SPDY协议和消息压缩的支持。自2004年以来,Netty一直在被积极开发。 从版本4.0.0开始,Netty在支持NIO和阻塞Java套接字的同时,还支持使用NIO.2作为后端。
xsd:date 2022-07-08
xsd:integer 5
xsd:nonNegativeInteger 2554
xsd:date 2022-07-08
xsd:string 5.0.0.Alpha3

data from the linked data cloud