Renamed FileSearch class and defined default values
This commit is contained in:
parent
e2e6a40ce9
commit
997ec1c52b
8 changed files with 286 additions and 280 deletions
5
src/zutil/net/ssdp/SSDPCustomInfo.java
Normal file → Executable file
5
src/zutil/net/ssdp/SSDPCustomInfo.java
Normal file → Executable file
|
|
@ -24,6 +24,7 @@
|
|||
|
||||
package zutil.net.ssdp;
|
||||
|
||||
import zutil.net.http.HttpHeaderParser;
|
||||
import zutil.net.http.HttpPrintStream;
|
||||
|
||||
/**
|
||||
|
|
@ -31,5 +32,7 @@ import zutil.net.http.HttpPrintStream;
|
|||
*/
|
||||
public interface SSDPCustomInfo extends SSDPServiceInfo{
|
||||
|
||||
public void setHeaders(HttpPrintStream http);
|
||||
public void readHeaders(HttpHeaderParser http);
|
||||
|
||||
public void writeHeaders(HttpPrintStream http);
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue