Package nginx.clojure

Examples of nginx.clojure.NginxHttpServerChannel.sendHeader()


        @Override
        public void onConnect(long status, NginxHttpServerChannel data) {
        }
      });
      Init.serverSentEventSubscribers.add(channel);
      channel.sendHeader(200, ArrayMap.create("Content-Type", "text/event-stream").entrySet(), true, false);
      channel.send("retry: 4500\r\n", true, false);
      return null;
    }
  }
 
View Full Code Here

TOP
Copyright © 2018 www.massapi.com. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.