zoukankan      html  css  js  c++  java
  • java httpsserver访问慢问题

    https server访问满问题

    查看线程

    "Thread-2" prio=10 tid=0x00007f9a901a2800 nid=0x878 runnable [0x00007f9a4b2d2000]
       java.lang.Thread.State: RUNNABLE
            at java.net.Inet6AddressImpl.getHostByAddr(Native Method)
            at java.net.InetAddress$1.getHostByAddr(Unknown Source)
            at java.net.InetAddress.getHostFromNameService(Unknown Source)
            at java.net.InetAddress.getHostName(Unknown Source)
            at java.net.InetAddress.getHostName(Unknown Source)
            at java.net.InetSocketAddress.getHostName(Unknown Source)
            at sun.net.httpserver.SSLStreams.<init>(Unknown Source)
            at sun.net.httpserver.ServerImpl$Exchange.run(Unknown Source)
            at sun.net.httpserver.ServerImpl$DefaultExecutor.execute(Unknown Source)
            at sun.net.httpserver.ServerImpl$Dispatcher.handle(Unknown Source)
            at sun.net.httpserver.ServerImpl$Dispatcher.run(Unknown Source)
            at java.lang.Thread.run(Unknown Source)

    在www.docjar.com网站下载SSLStreams源码

    修改getHostName为getHostAddress

    编译后替换所有生成的class文件

    或者使用SSLServerSocket解决

  • 相关阅读:
    Consul注销实例
    sql优化基础篇
    linux下执行java类(运行java定时器)
    ExecutorService 的理解与使用
    精度计算的方法
    内部类详解
    接口的作用
    面向对象之继承和组合浅谈
    构造器前篇
    教师编制考试数据分析
  • 原文地址:https://www.cnblogs.com/rspb/p/4585564.html
Copyright © 2011-2022 走看看