public class WebServiceResponse extends JRadiusEvent
AbstractMap.SimpleEntry<K,V>, AbstractMap.SimpleImmutableEntry<K,V>applicationContext| Constructor and Description |
|---|
WebServiceResponse() |
WebServiceResponse(byte[] replyContent) |
| Modifier and Type | Method and Description |
|---|---|
byte[] |
getContent() |
Map<String,String> |
getHeaders() |
File |
getSendFile() |
int |
getType() |
String |
getTypeString() |
void |
setContent(byte[] content) |
void |
setSendFile(File file) |
getApplicationContext, getListener, getSender, setApplicationContext, setListener, setSenderclear, containsValue, entrySet, get, isEmpty, keySet, put, putAll, remove, valuesclone, compute, computeIfAbsent, computeIfPresent, containsKey, forEach, getOrDefault, merge, putIfAbsent, remove, replace, replace, replaceAll, sizeequals, hashCode, toStringfinalize, getClass, notify, notifyAll, wait, wait, waitcompute, computeIfAbsent, computeIfPresent, containsKey, equals, forEach, getOrDefault, hashCode, merge, putIfAbsent, remove, replace, replace, replaceAll, sizepublic WebServiceResponse()
public WebServiceResponse(byte[] replyContent)
public int getType()
getType in class JRadiusEventpublic String getTypeString()
getTypeString in class JRadiusEventpublic byte[] getContent()
public void setContent(byte[] content)
content - The content to set.public void setSendFile(File file)
public File getSendFile()
Copyright © 2017. All rights reserved.