正在查看: 小柿子 v1.3.8 应用的 d.java JAVA 源代码文件
本页面展示 JAVA 反编译生成的源代码文件,支持语法高亮显示。 仅供安全研究与技术分析使用,严禁用于任何非法用途。请遵守相关法律法规。
正在查看: 小柿子 v1.3.8 应用的 d.java JAVA 源代码文件
本页面展示 JAVA 反编译生成的源代码文件,支持语法高亮显示。 仅供安全研究与技术分析使用,严禁用于任何非法用途。请遵守相关法律法规。
package i6;
import org.fourthline.cling.model.message.UpnpRequest;
import org.fourthline.cling.model.message.header.UpnpHeader;
import org.fourthline.cling.model.message.header.p;
import org.fourthline.cling.model.message.header.u;
import org.fourthline.cling.model.types.NotificationSubtype;
public abstract class d extends org.fourthline.cling.model.message.c<UpnpRequest> {
public NotificationSubtype j;
public d(e6.e eVar, k6.e eVar2, NotificationSubtype notificationSubtype) {
super(new UpnpRequest(UpnpRequest.Method.NOTIFY), e6.f.c("239.255.255.250"), 1900);
this.j = notificationSubtype;
j().l(UpnpHeader.Type.MAX_AGE, new org.fourthline.cling.model.message.header.n(eVar2.r().a()));
j().l(UpnpHeader.Type.LOCATION, new org.fourthline.cling.model.message.header.k(eVar.c()));
j().l(UpnpHeader.Type.SERVER, new u());
j().l(UpnpHeader.Type.HOST, new org.fourthline.cling.model.message.header.i());
j().l(UpnpHeader.Type.NTS, new p(notificationSubtype));
}
public NotificationSubtype getType() {
return this.j;
}
}