public interface ViaHeader extends Parameters, Header
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
String |
getBranch() |
String |
getHost() |
String |
getMAddr() |
int |
getPort() |
String |
getProtocol() |
String |
getReceived() |
int |
getRPort() |
String |
getTransport() |
int |
getTTL() |
void |
setBranch(String branch) |
void |
setHost(String host) |
void |
setMAddr(String mAddr) |
void |
setPort(int port) |
void |
setProtocol(String protocol) |
void |
setReceived(String received) |
void |
setRPort() |
void |
setTransport(String transport) |
void |
setTTL(int ttl) |
getParameter, getParameterNames, removeParameter, setParameterstatic final String NAME
void setHost(String host) throws ParseException
ParseExceptionString getHost()
void setPort(int port)
throws InvalidArgumentException
InvalidArgumentExceptionint getPort()
String getTransport()
void setTransport(String transport) throws ParseException
ParseExceptionString getProtocol()
void setProtocol(String protocol) throws ParseException
ParseExceptionint getTTL()
void setTTL(int ttl)
throws InvalidArgumentException
InvalidArgumentExceptionString getMAddr()
void setMAddr(String mAddr) throws ParseException
ParseExceptionString getReceived()
void setReceived(String received) throws ParseException
ParseExceptionString getBranch()
void setBranch(String branch) throws ParseException
ParseExceptionvoid setRPort()
throws InvalidArgumentException
InvalidArgumentExceptionint getRPort()
Copyright © 2016. All rights reserved.