transport

Java OSI Transport Layer

I'm working on a project where I need to communicate with a device using the transport layer. The network connection will be OSI/CLNS over IP. I could be wrong, but I don't believe I can use sockets for this type of connection. I'm looking for examples on how to create an application that can communicate over the transport layer (eit...

How can an Audio Unit detect start and stop of its host?

Hi, How can an Audio Unit component detect start and stop of an Audio Unit host? Within the component's Kernel Process(), I tried with the CallHostTransportState(...) method, which returns whether the host is playing or not, therefore I can detect a first start; but the Process() is not called anymore when the host stops, so I can't de...

Is it possible to create a BrowserSession for Direct TCP transport?

Hi! My BlackBerry app opens BB Browser to display a web page for users. There is BlackBerry KB doc "How to - Invoke the browser" on how to do it. The doc says there are the following types of transports to choose: public static final int SERVICE_RECORD_CONFIG_TYPE_WAP = 0; public static final int SERVICE_RECORD_CONFIG_TYPE_BES = 1;...

rg.apache.axis2.AxisFault: Transport error: 403 Error: Forbidden

Hey there, I am trying to access a webservices over https, I have the ssl certificates in place. However when I send the webservice request I am getting: threw exceptionorg.apache.axis2.AxisFault: Transport error: 403 Error: Forbidden at org.apache.axis2.transport.http.HTTPSender.handleResponse(HTTPSender.java:296) at org.apache.axi...