mas_gui
Class CompressedConnection

java.lang.Object
mas_gui.Connection
mas_gui.CompressedConnection
- All Implemented Interfaces:
- common.NetworkProtocol
- public class CompressedConnection
- extends Connection
A Connection that receives compressed data from the server
| Fields inherited from class mas_gui.Connection |
_hostname, _logged_in, _port_number, _session_state, Eom_char, in, last_rec_msgID, out, request_result, scanner, socket |
| Fields inherited from interface common.NetworkProtocol |
Compression_on_flag, daily_period_type, date_field_separator, End_date, Eom, Eot, Error, Event_data_request, Event_list_request, Indicator_data_request, Indicator_list_request, Input_field_separator, Invalid_symbol, Login_request, Logout_request, Market_data_request, Market_list_request, No_open_session_state, OK, Open_interest_flag, output_date_field_separator, Output_field_separator, Output_record_separator, output_time_field_separator, Session_change_request, Start_date, time_field_separator, Trading_period_type_request, Warning |
| Methods inherited from class mas_gui.Connection |
close_connection, error_occurred, hostname, last_received_message_ID, logged_in, login, logout, message_too_large, port_number, receive_msg, result, send_request, session_state, valid_server_response |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
CompressedConnection
public CompressedConnection(java.lang.String hostname,
java.lang.Integer port_number)
new_reader_from_socket
protected java.io.Reader new_reader_from_socket()
- Overrides:
new_reader_from_socket in class Connection
send_msg
void send_msg(int msgID,
java.lang.String msg,
int session_key)
- Overrides:
send_msg in class Connection