File tree Expand file tree Collapse file tree 5 files changed +0
-9
lines changed
impl/java/src/com/ibm/streamsx/inet/http Expand file tree Collapse file tree 5 files changed +0
-9
lines changed Original file line number Diff line number Diff line change @@ -8,7 +8,6 @@ toolkit.xml
88/com.ibm.streamsx.inet /impl /nl /* .dat
99/com.ibm.streamsx.inet /impl /nl /include
1010/com.ibm.streamsx.inet /build.info
11- /com.ibm.streamsx.inet /opt /downloaded /
1211/release /
1312doc /
1413
Original file line number Diff line number Diff line change @@ -29,7 +29,6 @@ All required libs are now available in the source repository
2929 <property name =" gensrc.dir" location =" impl/java/src-gen" />
3030 <property name =" test.run.dir" location =" unittestrun" />
3131 <property name =" test.build.dir" location =" ${ test.run.dir } /bin" />
32- <property name =" downloads.dir" location =" opt/downloaded" /> <!-- used for cleanup only -->
3332 <property name =" jarfile" value =" com.ibm.streamsx.inet.jar" />
3433
3534 <defaultexcludes add =" **/.gitkeep" />
@@ -73,7 +72,6 @@ All required libs are now available in the source repository
7372 <delete dir =" ${ build.dir } " />
7473 <delete dir =" ${ lib.dir } " />
7574 <delete dir =" ${ impl.lib.dir } " />
76- <delete dir =" ${ downloads.dir } " />
7775 <delete dir =" output" />
7876 <delete dir =" doc" />
7977 <delete dir =" ${ nl.dir } /include" />
Original file line number Diff line number Diff line change 3737import com .ibm .streams .operator .model .Icons ;
3838import com .ibm .streams .operator .model .InputPortSet ;
3939import com .ibm .streams .operator .model .InputPorts ;
40- import com .ibm .streams .operator .model .Libraries ;
4140import com .ibm .streams .operator .model .OutputPortSet ;
4241import com .ibm .streams .operator .model .OutputPorts ;
4342import com .ibm .streams .operator .model .Parameter ;
5554
5655))
5756@ PrimitiveOperator (name =HTTPPostOper .OPER_NAME , description =HTTPPostOper .DESC )
58- @ Libraries (value ={"opt/downloaded/*" })
5957@ Icons (location32 ="icons/HTTPPost_32.gif" , location16 ="icons/HTTPPost_16.gif" )
6058public class HTTPPostOper extends AbstractOperator
6159{
Original file line number Diff line number Diff line change 5757import com .ibm .streams .operator .model .Icons ;
5858import com .ibm .streams .operator .model .InputPortSet ;
5959import com .ibm .streams .operator .model .InputPorts ;
60- import com .ibm .streams .operator .model .Libraries ;
6160import com .ibm .streams .operator .model .PrimitiveOperator ;
6261import com .ibm .streams .operator .types .Blob ;
6362import com .ibm .streams .operator .types .RString ;
8483 *
8584 ********************************************************************************************/
8685@ PrimitiveOperator (name = HTTPRequestOper .OPER_NAME , description = HTTPRequestOperAPI .DESC )
87- @ Libraries ("opt/httpcomponents-client-4.5.5/lib/*" )
8886@ Icons (location32 = "icons/HTTPPost_32.gif" , location16 = "icons/HTTPPost_16.gif" )
8987@ InputPorts (@ InputPortSet (cardinality = 1 , description = "This stream contains the information sent in a http request. Each tuple with valid request data results in an HTTP request except if method `NONE` is specified." ))
9088@ OutputPorts (
Original file line number Diff line number Diff line change 2424import com .ibm .streams .operator .logging .LogLevel ;
2525import com .ibm .streams .operator .logging .TraceLevel ;
2626import com .ibm .streams .operator .model .Icons ;
27- import com .ibm .streams .operator .model .Libraries ;
2827import com .ibm .streams .operator .model .OutputPortSet ;
2928import com .ibm .streams .operator .model .OutputPortSet .WindowPunctuationOutputMode ;
3029import com .ibm .streams .operator .model .OutputPorts ;
4140 description ="Error information will be sent out on this port including the response code and any message recieved from the server. " +
4241 "Tuple structure must conform to the [HTTPResponse] type specified in this namespace." )})
4342@ PrimitiveOperator (name =HTTPStreamReader .OPER_NAME , description =HTTPStreamReader .DESC )
44- @ Libraries (value ={"opt/downloaded/*" })
4543@ Icons (location32 ="icons/" +HTTPStreamReader .OPER_NAME +"_32.gif" , location16 ="icons/" +HTTPStreamReader .OPER_NAME +"_16.gif" )
4644public class HTTPStreamReader extends AbstractOperator {
4745
You can’t perform that action at this time.
0 commit comments