« Return to Thread: MINA 0.95 echoserversample + flash(xml-socket)

MINA 0.95 echoserversample + flash(xml-socket)

by Sascha-6 :: Rate this Message:

| View in Thread

 Hello iam very new to MINA and also to JAVA,
i have a question regarding MINA and Adobe flash
(not rtmp i mean http for the flash own xml socket Class).

i build the echoserver sample from the 0.95 version in eclipse and its
running or better it tells me its running but i cant connect
from flash to the echoserver sample, may i did something wrong, may
someone could help me,

i just added this line

[CODE]
System.out.println( "recognizing connection try ");
[/CODE]

in here :

[CODE]
       if( session.getTransportType() == TransportType.SOCKET )
        {
            System.out.println( "recognizing connection try ");
            ( ( SocketSessionConfig ) session.getConfig()
).setReceiveBufferSize( 2048 );
        }
[/CODE]

thats in

mina-0.9.5\examples\src\main\java\org\apache\mina\examples\echoserver\EchoProtocolHandler.java


but there is no output for that, may i missunderstand the method wrong,

any kind of help would be very welcomed

thanks in advance

Sascha

 « Return to Thread: MINA 0.95 echoserversample + flash(xml-socket)