The Wayback Machine - https://web.archive.org/web/20210502182020/https://github.com/topics/netty
Skip to content
#

netty

Here are 1,181 public repositories matching this topic...

编程电子书,电子书,编程书籍,包括C,C#,Docker,Elasticsearch,Git,Hadoop,HeadFirst,Java,Javascript,jvm,Kafka,Linux,Maven,MongoDB,MyBatis,MySQL,Netty,Nginx,Python,RabbitMQ,Redis,Scala,Solr,Spark,Spring,SpringBoot,SpringCloud,TCPIP,Tomcat,Zookeeper,人工智能,大数据类,并发编程,数据库类,数据挖掘,新面试题,架构设计,算法系列,计算机类,设计模式,软件测试,重构优化,等更多分类

  • Updated Apr 16, 2021
asmburning
asmburning commented Apr 27, 2021

Use Case:
I need upload thousands of files via http, currently HttpRequestBuilder only support single BodyPart parameter, doesn't support Array or List of BodyPart.
HttpRequestBuilder is not a real builder, because you can only build it once, you can't modify the builder after you build it,
which means you can't loop your BodyParts to the HttpRequestBuilder

armeria

Blynk is an Internet of Things Platform aimed to simplify building mobile and web applications for the Internet of Things. Easily connect 400+ hardware models like Arduino, ESP8266, ESP32, Raspberry Pi and similar MCUs and drag-n-drop IOT mobile apps for iOS and Android in 5 minutes

  • Updated Apr 28, 2021
  • Java

JetLinks 基于Java8,Spring Boot 2.x ,WebFlux,Netty,Vert.x,Reactor等开发, 是一个全响应式的企业级物联网平台。支持统一物模型管理,多种设备,多种厂家,统一管理。统一设备连接管理,多协议适配(TCP,MQTT,UDP,CoAP,HTTP等),屏蔽网络编程复杂性,灵活接入不同厂家不同协议等设备。实时数据处理,设备告警,消息通知,数据转发。地理位置,数据可视化等。能帮助你快速建立物联网相关业务系统。

  • Updated Apr 29, 2021
  • Java
VsKrishna87
VsKrishna87 commented Nov 4, 2019

My following WebClient is working fine with internet connection but not through our proxy connection.

WebClient webClient = WebClient.builder()
        .baseUrl("https://targetsite.com")
        .build();

webClient.post()
    .uri("/service/serviceName")
    .body(BodyInserters.fromObject(reqData))
    .retrieve()
    .bodyToMono(WebServiceResponse.class)

Event though, the sam

Improve this page

Add a description, image, and links to the netty topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the netty topic, visit your repo's landing page and select "manage topics."

Learn more