public final class HttpScheme extends Object
static HttpScheme
HTTP
HTTPS
boolean
equals(Object o)
int
hashCode()
io.netty.util.AsciiString
name()
port()
String
toString()
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
public static final HttpScheme HTTP
public static final HttpScheme HTTPS
public io.netty.util.AsciiString name()
public int port()
public boolean equals(Object o)
equals
Object
public int hashCode()
hashCode
public String toString()
toString
Copyright © 2008–2017 The Netty Project. All rights reserved.