导航菜单

页面标题

页面副标题

小柿子 v1.3.8 - i.java 源代码

正在查看: 小柿子 v1.3.8 应用的 i.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.types.NotificationSubtype;

public class i extends org.fourthline.cling.model.message.c<UpnpRequest> {
    public UpnpHeader j;

    public i(UpnpHeader upnpHeader, int i) {
        super(new UpnpRequest(UpnpRequest.Method.MSEARCH), e6.f.c("239.255.255.250"), 1900);
        this.j = upnpHeader;
        j().l(UpnpHeader.Type.MAN, new org.fourthline.cling.model.message.header.l(NotificationSubtype.DISCOVER.getHeaderString()));
        j().l(UpnpHeader.Type.MX, new org.fourthline.cling.model.message.header.m(Integer.valueOf(i)));
        j().l(UpnpHeader.Type.ST, upnpHeader);
        j().l(UpnpHeader.Type.HOST, new org.fourthline.cling.model.message.header.i());
    }
}